mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Make comment about notification timeout match reality
This commit is contained in:
parent
ac09fde535
commit
2c70271007
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ $(function() {
|
|||
btn.click();
|
||||
this.close();
|
||||
};
|
||||
// Close notification after 2s
|
||||
// Close notification after 5s
|
||||
window.setTimeout(function() {
|
||||
n.close();
|
||||
}, 5 * 1000);
|
||||
|
|
Loading…
Reference in a new issue