exec updateInit() instead of notificationsUpdate() in jotShare()

This commit is contained in:
Mario Vavti 2019-02-07 09:55:22 +01:00
parent d70f0092f7
commit 2b7a605223

View File

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