* VRFS-3586 up 40 from 20 for the jamtrack account screen
This commit is contained in:
parent
8e67d6d9b8
commit
c0d78c9d26
|
|
@ -19,7 +19,7 @@ context.JK.AccountJamTracks = class AccountJamTracks
|
|||
@screen = $('#account-jamtracks')
|
||||
|
||||
beforeShow:() =>
|
||||
rest.getPurchasedJamTracks({})
|
||||
rest.getPurchasedJamTracks({limit: 40})
|
||||
.done(@populateJamTracks)
|
||||
.fail(@app.ajaxError);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue