mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 05:03:42 +00:00
increase saving alert message from 1 second to 3 seconds
This commit is contained in:
parent
8b706d6934
commit
f15f358878
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ define [
|
|||
@timeOut = setTimeout((=>
|
||||
ga?('send', 'event', 'editor-interaction', 'notification-shown', "saving")
|
||||
$("#savingProblems").show()
|
||||
), 1000)
|
||||
), 3000)
|
||||
|
||||
clearTimeout:->
|
||||
if @timeOut?
|
||||
|
|
Loading…
Add table
Reference in a new issue