diff options
author | friendica <info@friendica.com> | 2014-10-06 17:47:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-06 17:47:17 -0700 |
commit | 03bbbdaf102eeb80731b062c0c269649c938f23d (patch) | |
tree | f3c8fd8a4335c93928247a8af81fb0d978d07011 /view/js/main.js | |
parent | 6e4f7383f154b906a6880d13d7c233b8ea7a5e6a (diff) | |
download | volse-hubzilla-03bbbdaf102eeb80731b062c0c269649c938f23d.tar.gz volse-hubzilla-03bbbdaf102eeb80731b062c0c269649c938f23d.tar.bz2 volse-hubzilla-03bbbdaf102eeb80731b062c0c269649c938f23d.zip |
shareable design elements
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index cf3749441..0560bc875 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -898,7 +898,10 @@ function updateConvItems(mode,data) { "impel", { "element" : elem } ); - return false; + if(timer) clearTimeout(timer); + timer = setTimeout(NavUpdate,10); + + return true; } function preview_post() { |