exec updateInit() instead of notificationsUpdate() in jotShare()
This commit is contained in:
parent
d70f0092f7
commit
2b7a605223
@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user