Improved loading of ticket list.
This commit is contained in:
parent
ee3653526c
commit
6c116e7e4d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Index extends App.Controller
|
|||
|
||||
# get data
|
||||
App.Com.ajax(
|
||||
id: 'ticket_overview',
|
||||
id: 'ticket_overview_' + @start_page,
|
||||
type: 'GET',
|
||||
url: '/ticket_overviews',
|
||||
data: {
|
||||
|
|
Loading…
Reference in a new issue