Fixed background screen if sort order is used.
This commit is contained in:
parent
960b6dab73
commit
9137fecfb6
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ class App.TicketHistory extends App.ControllerModal
|
||||||
# show frontend times
|
# show frontend times
|
||||||
@delay( @frontendTimeUpdate, 200 )
|
@delay( @frontendTimeUpdate, 200 )
|
||||||
|
|
||||||
sortorder: ->
|
sortorder: (e) ->
|
||||||
|
e.preventDefault()
|
||||||
isSorted = @el.find('.sorted')
|
isSorted = @el.find('.sorted')
|
||||||
@log 'is sorted?', isSorted
|
@log 'is sorted?', isSorted
|
||||||
if isSorted.length
|
if isSorted.length
|
||||||
|
|
Loading…
Reference in a new issue