Fixed namespace.

This commit is contained in:
Martin Edenhofer 2012-05-09 01:34:13 +02:00
parent 355b32d715
commit b49dbf59cf
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ class App.DashboardTicket extends App.Controller
fetch: => fetch: =>
# set new key # set new key
@key = @view @key = '#dashboard_ticket_overview_' + @view
# use cache of first page # use cache of first page
if window.LastRefresh[ @key ] && @start_page is 1 if window.LastRefresh[ @key ] && @start_page is 1

View file

@ -35,7 +35,7 @@ class Index extends App.Controller
fetch: => fetch: =>
# set new key # set new key
@key = @view @key = '#ticket/view/' + @view
# use cache of first page # use cache of first page
if window.LastRefresh[ @key ] && @start_page is 1 if window.LastRefresh[ @key ] && @start_page is 1