Merge pull request #142 from yuvipanda/typo-fix

Make comment about notification timeout match reality
This commit is contained in:
Mattias Erming 2014-09-14 02:08:10 +02:00
commit 524cb14870
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ $(function() {
btn.click();
this.close();
};
// Close notification after 2s
// Close notification after 5s
window.setTimeout(function() {
n.close();
}, 5 * 1000);