diff options
author | friendica <info@friendica.com> | 2011-12-11 20:32:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-11 20:32:43 -0800 |
commit | 4f254ffb5b4a74482c6d70dc1858f20c13ee8c01 (patch) | |
tree | c043caef2b9510b2eaeecb093b3adc6f3826c395 /js/main.js | |
parent | 834639ebab3daded63c3ed076273e69b798ced90 (diff) | |
download | volse-hubzilla-4f254ffb5b4a74482c6d70dc1858f20c13ee8c01.tar.gz volse-hubzilla-4f254ffb5b4a74482c6d70dc1858f20c13ee8c01.tar.bz2 volse-hubzilla-4f254ffb5b4a74482c6d70dc1858f20c13ee8c01.zip |
system support for personal configurable ajax update interval
Diffstat (limited to 'js/main.js')
-rw-r--r-- | js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js index 829af2258..3428886e7 100644 --- a/js/main.js +++ b/js/main.js @@ -204,7 +204,7 @@ }); }) ; } - timer = setTimeout(NavUpdate,30000); + timer = setTimeout(NavUpdate,updateInterval); } function liveUpdate() { |