Fixed browser test.
This commit is contained in:
parent
dc4c7d84d1
commit
1819ab5b4f
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ class App.TicketZoom extends App.Controller
|
|||
@markFormDiff( modelDiff )
|
||||
|
||||
@taskUpdateAll( modelDiff )
|
||||
@interval( update, 4000, 'autosave' )
|
||||
@interval( update, 3000, 'autosave' )
|
||||
|
||||
markFormDiff: (diff = {}) =>
|
||||
ticketForm = @$('.edit')
|
||||
|
|
Loading…
Reference in a new issue