diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-02-07 09:55:22 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-02-07 09:55:22 +0100 |
commit | 2b7a60522394d87eb3362829497e7a1a2542ca55 (patch) | |
tree | ea4e82d68e8acbfa7e89a8c311adb521bd570531 /view/tpl/jot-header.tpl | |
parent | d70f0092f7369a87117898716893c16f8a09d4fe (diff) | |
download | volse-hubzilla-2b7a60522394d87eb3362829497e7a1a2542ca55.tar.gz volse-hubzilla-2b7a60522394d87eb3362829497e7a1a2542ca55.tar.bz2 volse-hubzilla-2b7a60522394d87eb3362829497e7a1a2542ca55.zip |
exec updateInit() instead of notificationsUpdate() in jotShare()
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-x | view/tpl/jot-header.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 42537f5e3..9a44f1a54 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -198,12 +198,11 @@ var activeCommentText = ''; }) } - function jotShare(id,post_type) { $('#like-rotator-' + id).show(); $.get('{{$baseurl}}/share/' + id, function(data) { $('#like-rotator-' + id).hide(); - notificationsUpdate(); + updateInit(); }); } |