Make comment about notification timeout match reality
This commit is contained in:
parent
ac09fde535
commit
2c70271007
@ -428,7 +428,7 @@ $(function() {
|
|||||||
btn.click();
|
btn.click();
|
||||||
this.close();
|
this.close();
|
||||||
};
|
};
|
||||||
// Close notification after 2s
|
// Close notification after 5s
|
||||||
window.setTimeout(function() {
|
window.setTimeout(function() {
|
||||||
n.close();
|
n.close();
|
||||||
}, 5 * 1000);
|
}, 5 * 1000);
|
||||||
|
Loading…
Reference in New Issue
Block a user