uncomment lesson loading
This commit is contained in:
parent
38081b874a
commit
ee05ad932a
@ -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;
|
||||||
// }
|
// }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user