Merge pull request #141 from yuvipanda/notify-longer
Increase notification appearance timeout to 5s from 2s
This commit is contained in:
commit
ac09fde535
|
@ -431,7 +431,7 @@ $(function() {
|
|||
// Close notification after 2s
|
||||
window.setTimeout(function() {
|
||||
n.close();
|
||||
}, 2 * 1000);
|
||||
}, 5 * 1000);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue