Increase notification appearance timeout to 5s from 2s
This commit is contained in:
parent
80917ac54c
commit
9cb12ef532
@ -431,7 +431,7 @@ $(function() {
|
||||
// Close notification after 2s
|
||||
window.setTimeout(function() {
|
||||
n.close();
|
||||
}, 2 * 1000);
|
||||
}, 5 * 1000);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user