PROD-1731

This commit is contained in:
SaadYousaf
2020-07-06 16:59:38 +05:00
committed by Ali-D-Akbar
parent f1d99e1d61
commit ffde1c4bc2

View File

@@ -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