Make comment about notification timeout match reality
This commit is contained in:
parent
ac09fde535
commit
2c70271007
@ -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 New Issue
Block a user