diff options
author | friendica <info@friendica.com> | 2012-07-23 20:49:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-23 20:49:56 -0700 |
commit | 4b36e41b098ae805d8a25e1c4ce7f38161418eea (patch) | |
tree | 5492b74501172b76e87277319ecdf1a3abf86d8b /view/jot-header.tpl | |
parent | e18417ea47bac5add79bc4f8fad8e89c6c6f9d08 (diff) | |
download | volse-hubzilla-4b36e41b098ae805d8a25e1c4ce7f38161418eea.tar.gz volse-hubzilla-4b36e41b098ae805d8a25e1c4ce7f38161418eea.tar.bz2 volse-hubzilla-4b36e41b098ae805d8a25e1c4ce7f38161418eea.zip |
implement page update modes
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r-- | view/jot-header.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index f1c283470..64bcf27ca 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 { |