diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-25 17:27:48 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-25 17:27:48 +0100 |
commit | 4656856dfbf41e855b1bb8625290c07a5dcf8d38 (patch) | |
tree | 94b5f1882110f92cf83b8e9185295a8206a9ebeb /view/js/main.js | |
parent | 019dcefecad12fb99f5b5caddd6a73ed4a99addb (diff) | |
download | volse-hubzilla-4656856dfbf41e855b1bb8625290c07a5dcf8d38.tar.gz volse-hubzilla-4656856dfbf41e855b1bb8625290c07a5dcf8d38.tar.bz2 volse-hubzilla-4656856dfbf41e855b1bb8625290c07a5dcf8d38.zip |
move template out of #notifications and revert reset timer on manual trigger
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/js/main.js b/view/js/main.js index 41ca0bb3f..8eb02156b 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -70,8 +70,6 @@ $(document).ready(function() { if(! $('#nav-' + notifyType + '-sub').hasClass('show')) { loadNotificationItems(notifyType); - if(timer) clearTimeout(timer); - timer = setTimeout(updateInit,updateInterval); } $(this).data('clicked', true); |