Set Feedback Alerts to disappear after 4 seconds instead of 2 seconds
This commit is contained in:
@@ -3,8 +3,8 @@ if(window.history.replaceState){
|
|||||||
window.history.replaceState(null, null, window.location.href);
|
window.history.replaceState(null, null, window.location.href);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Slide alert up after 2 secs
|
// Slide alert up after 4 secs
|
||||||
$("#alert").fadeTo(2000, 500).slideUp(500, function(){
|
$("#alert").fadeTo(4000, 500).slideUp(500, function(){
|
||||||
$("#alert").slideUp(500);
|
$("#alert").slideUp(500);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user