aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-05 14:26:27 -0800
committerfriendica <info@friendica.com>2013-02-05 14:26:27 -0800
commit74d23fcf8c04accae3584824793004d0ab7ec1e6 (patch)
treea64e4b07a41999e36d5d6b2a5f3b3a9dae414da3 /js
parent0aaa95fc25827f45763513db3886052c7075020b (diff)
downloadvolse-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.
Diffstat (limited to 'js')
-rw-r--r--js/main.js2
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;