Increase notification appearance timeout to 5s from 2s

This commit is contained in:
YuviPanda 2014-09-14 00:23:14 +01:00
parent 80917ac54c
commit 9cb12ef532
1 changed files with 1 additions and 1 deletions

View File

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