From 74d23fcf8c04accae3584824793004d0ab7ec1e6 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 5 Feb 2013 14:26:27 -0800 Subject: give time for seen flag to get reset after comment post before repinging. --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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; -- cgit v1.2.3