mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 00:24:27 +02:00
decreasing bubble display time in themes from 10s to 5s
This commit is contained in:
parent
7d7096f489
commit
985d771b13
3 changed files with 4 additions and 4 deletions
|
@ -285,7 +285,7 @@
|
|||
if(livetime) {
|
||||
clearTimeout(livetime);
|
||||
}
|
||||
livetime = setTimeout(liveUpdate, 10000);
|
||||
livetime = setTimeout(liveUpdate, 5000);
|
||||
return;
|
||||
}
|
||||
if(livetime != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue