Fixed typo.

This commit is contained in:
Martin Edenhofer 2012-07-20 13:44:37 +02:00
parent 6ae6504e56
commit 1206009d84

View file

@ -444,7 +444,7 @@ class Router extends App.Controller
@key = '#ticket/view/' + @view @key = '#ticket/view/' + @view
# get data # get data
if window.LastRefresh[ @key ] && @start_page is 1 if window.LastRefresh[ @key ]
@tickets_count = window.LastRefresh[ @key ].tickets_count @tickets_count = window.LastRefresh[ @key ].tickets_count
@tickets = window.LastRefresh[ @key ].tickets @tickets = window.LastRefresh[ @key ].tickets
@redirect() @redirect()