Fixed typo.
This commit is contained in:
parent
6ae6504e56
commit
1206009d84
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ class Router extends App.Controller
|
|||
@key = '#ticket/view/' + @view
|
||||
|
||||
# get data
|
||||
if window.LastRefresh[ @key ] && @start_page is 1
|
||||
if window.LastRefresh[ @key ]
|
||||
@tickets_count = window.LastRefresh[ @key ].tickets_count
|
||||
@tickets = window.LastRefresh[ @key ].tickets
|
||||
@redirect()
|
||||
|
|
Loading…
Reference in a new issue