Make comment about notification timeout match reality

This commit is contained in:
YuviPanda 2014-09-14 00:31:39 +01:00
parent ac09fde535
commit 2c70271007
1 changed files with 1 additions and 1 deletions

View File

@ -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);