X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjot-header.tpl;h=64bcf27cab950b0a7aee1c38aa7201bbd016e417;hb=ca21f1bbc81ee2f9118995f26d31270d41dd46eb;hp=f1c283470bc46fe5d6b7dc09789b5b3f3355769a;hpb=56efb422230bd01d22c41daa78b7183b5f1e94ee;p=friendica.git diff --git a/view/jot-header.tpl b/view/jot-header.tpl index f1c283470b..64bcf27cab 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -283,9 +283,9 @@ function enableOnUser(){ if(reply && reply.length) { commentBusy = true; $('body').css('cursor', 'wait'); - $.get('filer/' + id + '?term=' + reply); - if(timer) clearTimeout(timer); - timer = setTimeout(NavUpdate,3000); + $.get('filer/' + id + '?term=' + reply, NavUpdate); +// if(timer) clearTimeout(timer); +// timer = setTimeout(NavUpdate,3000); liking = 1; $.fancybox.close(); } else {