diff --git a/client/js/shout.js b/client/js/shout.js index 210f2cd..3c45322 100644 --- a/client/js/shout.js +++ b/client/js/shout.js @@ -429,7 +429,7 @@ $(function() { btn.click(); this.close(); }; - // Close notification after 2s + // Close notification after 5s window.setTimeout(function() { n.close(); }, 5 * 1000);