PROD-1731
This commit is contained in:
@@ -83,7 +83,10 @@
|
||||
// Get or create the step container
|
||||
$stepEl = $('#current-step-container');
|
||||
if (!$stepEl.length) {
|
||||
$stepEl = $('<div id="current-step-container"></div>').appendTo(this.el);
|
||||
$stepEl = edx.HtmlUtils.append(
|
||||
$(this.el),
|
||||
edx.HtmlUtils.HTML('<div id="current-step-container"></div>').toString()
|
||||
);
|
||||
}
|
||||
|
||||
// Render the step subview
|
||||
|
||||
Reference in New Issue
Block a user