Increased autosave interval.
This commit is contained in:
parent
5ea6542805
commit
8fd82d1320
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ class Edit extends App.Controller
|
|||
@el.find('.ticket-update').parent().addClass('form-changed')
|
||||
@el.find('.ticket-update').parent().parent().find('.reset-message').show()
|
||||
App.TaskManager.update( @task_key, { 'state': currentData })
|
||||
@interval( update, 1500, 'autosave' )
|
||||
@interval( update, 2800, 'autosave' )
|
||||
|
||||
update: (e) =>
|
||||
e.preventDefault()
|
||||
|
|
Loading…
Reference in a new issue