Merge pull request #142 from yuvipanda/typo-fix
Make comment about notification timeout match reality
This commit is contained in:
commit
524cb14870
@ -429,7 +429,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