decreasing bubble display time in themes from 10s to 5s
This commit is contained in:
@@ -293,7 +293,7 @@
|
||||
if(livetime) {
|
||||
clearTimeout(livetime);
|
||||
}
|
||||
livetime = setTimeout(liveUpdate, 10000);
|
||||
livetime = setTimeout(liveUpdate, 5000);
|
||||
return;
|
||||
}
|
||||
if(livetime != null)
|
||||
|
||||
Reference in New Issue
Block a user