give time for seen flag to get reset after comment post before repinging.
This commit is contained in:
parent
0aaa95fc25
commit
74d23fcf8c
@ -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;
|
||||
|
Reference in New Issue
Block a user