From 2c7027100704eac7e42a25f1f0131026394dfdc2 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Sun, 14 Sep 2014 00:31:39 +0100 Subject: [PATCH] Make comment about notification timeout match reality --- client/js/shout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);