* VRFS-3586 up 40 from 20 for the jamtrack account screen

This commit is contained in:
Seth Call 2015-09-26 14:01:51 -05:00
parent 8e67d6d9b8
commit c0d78c9d26
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ context.JK.AccountJamTracks = class AccountJamTracks
@screen = $('#account-jamtracks')
beforeShow:() =>
rest.getPurchasedJamTracks({})
rest.getPurchasedJamTracks({limit: 40})
.done(@populateJamTracks)
.fail(@app.ajaxError);