ajaxifcation and pagination updated

This commit is contained in:
Jason White
2016-10-11 10:36:18 -04:00
parent 7d2f1f0a3a
commit 38081b874a
2 changed files with 57 additions and 11 deletions

View File

@ -21,7 +21,7 @@ define(['jquery',
//this.baseUrlRoot = '';
},
loadData: function(options) {
this.urlRoot = _.escape(encodeURIComponent(options.name)) + '.lesson'
// this.urlRoot = _.escape(encodeURIComponent(options.name)) + '.lesson'
// if (options.stage != null) {
// this.urlRoot += '&stage=' + options.stage;
// }