mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
increase saving alert message from 1 second to 3 seconds
This commit is contained in:
@@ -207,7 +207,7 @@ define [
|
||||
@timeOut = setTimeout((=>
|
||||
ga?('send', 'event', 'editor-interaction', 'notification-shown', "saving")
|
||||
$("#savingProblems").show()
|
||||
), 1000)
|
||||
), 3000)
|
||||
|
||||
clearTimeout:->
|
||||
if @timeOut?
|
||||
|
||||
Reference in New Issue
Block a user