diff options
-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(); }); } |