1
0
Fork 0

Merge pull request #1408 from tobiasd/issue885

decreasing bubble display time in themes from 10s to 5s
This commit is contained in:
Michael Vogel 2015-02-19 23:02:55 +01:00
commit 7e42315d9c
3 changed files with 4 additions and 4 deletions

View file

@ -293,7 +293,7 @@
if(livetime) {
clearTimeout(livetime);
}
livetime = setTimeout(liveUpdate, 10000);
livetime = setTimeout(liveUpdate, 5000);
return;
}
if(livetime != null)

View file

@ -285,7 +285,7 @@
if(livetime) {
clearTimeout(livetime);
}
livetime = setTimeout(liveUpdate, 10000);
livetime = setTimeout(liveUpdate, 5000);
return;
}
if(livetime != null)