Commit a34eda0e by Muhammad Shoaib

type

parent c7bb88a1
...@@ -11,7 +11,7 @@ var edx = edx || {}; ...@@ -11,7 +11,7 @@ var edx = edx || {};
this.$el = options.el; this.$el = options.el;
this.collection = new edx.instructor_dashboard.proctoring.ProctoredExamAllowanceCollection(); this.collection = new edx.instructor_dashboard.proctoring.ProctoredExamAllowanceCollection();
this.course_id = options.course_id; this.course_id = options.course_id;
this.temPlateUrl = options.allowance_template_url; this.tempate_url = options.allowance_template_url;
this.template = null; this.template = null;
/* re-render if the model changes */ /* re-render if the model changes */
...@@ -27,7 +27,7 @@ var edx = edx || {}; ...@@ -27,7 +27,7 @@ var edx = edx || {};
}, },
loadTemplateData: function(){ loadTemplateData: function(){
var self = this; var self = this;
$.ajax({url: self.temPlateUrl, dataType: "html"}) $.ajax({url: self.tempate_url, dataType: "html"})
.error(function(jqXHR, textStatus, errorThrown){ .error(function(jqXHR, textStatus, errorThrown){
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment