PROD-2162
This commit is contained in:
committed by
Ali-D-Akbar
parent
5fce6c28d7
commit
0b7ed973e7
@@ -24,9 +24,11 @@
|
||||
},
|
||||
|
||||
render: function() {
|
||||
var renderedHtml = _.template($(this.template).html())({});
|
||||
$(this.el).html(renderedHtml);
|
||||
|
||||
var renderedHtml = edx.HtmlUtils.template($(this.template).html())({});
|
||||
edx.HtmlUtils.setHtml(
|
||||
$(this.el),
|
||||
renderedHtml
|
||||
);
|
||||
// Set the submit button to disabled by default
|
||||
this.setSubmitButtonEnabled(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user