diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-06 14:32:50 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-06 14:32:50 -0800 |
commit | 6a083e845233475edaa711f4752e64eb42159c33 (patch) | |
tree | aeff3469648d20b3d0c05d4bf5eca44dc50118e2 /view/js | |
parent | 27cac334e199db13d899c00866ca9bc3cf9fc39f (diff) | |
download | volse-hubzilla-6a083e845233475edaa711f4752e64eb42159c33.tar.gz volse-hubzilla-6a083e845233475edaa711f4752e64eb42159c33.tar.bz2 volse-hubzilla-6a083e845233475edaa711f4752e64eb42159c33.zip |
bring back view links for all notification types (esp: network, channel) for easy access
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/main.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/view/js/main.js b/view/js/main.js index db37925e5..5de4aa9a2 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -774,13 +774,6 @@ function liveUpdate() { update_mode = 'append'; } else { -// if(bParam_static) { -// in_progress = false; -// if(timer) clearTimeout(timer); -// timer = setTimeout(NavUpdate,10000); -// return; -// } - update_mode = 'update'; var orgHeight = $("#region_2").height(); } |