diff --git a/js/app.js b/js/app.js index 12ab8ae8..ece2b0b7 100644 --- a/js/app.js +++ b/js/app.js @@ -3,8 +3,8 @@ if(window.history.replaceState){ window.history.replaceState(null, null, window.location.href); } -// Slide alert up after 2 secs -$("#alert").fadeTo(2000, 500).slideUp(500, function(){ +// Slide alert up after 4 secs +$("#alert").fadeTo(4000, 500).slideUp(500, function(){ $("#alert").slideUp(500); });