aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-10-29 05:07:55 +0000
committerThomas Willingham <founder@kakste.com>2013-10-29 05:07:55 +0000
commit5570ae0101185101484528ad2609a8d68b430403 (patch)
treee1c2d5374f9a0f4915efa9fe82c7342736661cae /js
parent5c98d5eaaed2cb342c7e823f5893c0d0d4e19de5 (diff)
downloadvolse-hubzilla-5570ae0101185101484528ad2609a8d68b430403.tar.gz
volse-hubzilla-5570ae0101185101484528ad2609a8d68b430403.tar.bz2
volse-hubzilla-5570ae0101185101484528ad2609a8d68b430403.zip
Recursive ping
Diffstat (limited to 'js')
-rw-r--r--js/main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/main.js b/js/main.js
index 79f11f424..b29b678f4 100644
--- a/js/main.js
+++ b/js/main.js
@@ -576,8 +576,8 @@ function updateConvItems(mode,data) {
updateConvItems(update_mode,data);
$("#page-spinner").spin(false);
$("#profile-jot-text-loading").spin(false);
- if(timer) clearTimeout(timer);
- timer = setTimeout(NavUpdate,10);
+// if(timer) clearTimeout(timer);
+// timer = setTimeout(NavUpdate,10);
});