increase saving alert message from 1 second to 3 seconds

This commit is contained in:
Henry Oswald 2014-03-24 10:53:37 +00:00
parent 8b706d6934
commit f15f358878

View file

@ -207,7 +207,7 @@ define [
@timeOut = setTimeout((=>
ga?('send', 'event', 'editor-interaction', 'notification-shown', "saving")
$("#savingProblems").show()
), 1000)
), 3000)
clearTimeout:->
if @timeOut?