uncomment lesson loading

This commit is contained in:
Nanne Baars 2016-10-11 11:14:37 -04:00
parent 38081b874a
commit ee05ad932a

View File

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