From f15f35887868c48cfb24450f360fdd143e021a04 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Mon, 24 Mar 2014 10:53:37 +0000 Subject: [PATCH] increase saving alert message from 1 second to 3 seconds --- services/web/public/coffee/ide.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/coffee/ide.coffee b/services/web/public/coffee/ide.coffee index a844fb2a5b..a4980cae6a 100644 --- a/services/web/public/coffee/ide.coffee +++ b/services/web/public/coffee/ide.coffee @@ -207,7 +207,7 @@ define [ @timeOut = setTimeout((=> ga?('send', 'event', 'editor-interaction', 'notification-shown', "saving") $("#savingProblems").show() - ), 1000) + ), 3000) clearTimeout:-> if @timeOut?