diff options
author | friendica <info@friendica.com> | 2013-02-05 14:26:27 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-05 14:26:27 -0800 |
commit | 74d23fcf8c04accae3584824793004d0ab7ec1e6 (patch) | |
tree | a64e4b07a41999e36d5d6b2a5f3b3a9dae414da3 | |
parent | 0aaa95fc25827f45763513db3886052c7075020b (diff) | |
download | volse-hubzilla-74d23fcf8c04accae3584824793004d0ab7ec1e6.tar.gz volse-hubzilla-74d23fcf8c04accae3584824793004d0ab7ec1e6.tar.bz2 volse-hubzilla-74d23fcf8c04accae3584824793004d0ab7ec1e6.zip |
give time for seen flag to get reset after comment post before repinging.
-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 4d4a510e7..6c5095087 100644 --- a/js/main.js +++ b/js/main.js @@ -677,7 +677,7 @@ function updateConvItems(mode,data) { if(tarea) commentClose(tarea,id); if(timer) clearTimeout(timer); - timer = setTimeout(NavUpdate,10); + timer = setTimeout(NavUpdate,1500); } if(data.reload) { window.location.href=data.reload; |