mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
making modals event driven,
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
'use strict';
|
||||
'use strict';
|
||||
define(
|
||||
[
|
||||
'History/Model',
|
||||
'backbone.pageable'
|
||||
], function ( HistoryModel, PageableCollection) {
|
||||
], function (HistoryModel, PageableCollection) {
|
||||
return PageableCollection.extend({
|
||||
url : window.ApiRoot + '/history',
|
||||
model: HistoryModel,
|
||||
|
Reference in New Issue
Block a user