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