]> git.mxchange.org Git - friendica.git/blobdiff - view/jot-header.tpl
changes to support a mobile theme
[friendica.git] / view / jot-header.tpl
index f1c283470bc46fe5d6b7dc09789b5b3f3355769a..64bcf27cab950b0a7aee1c38aa7201bbd016e417 100644 (file)
@@ -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 {