PROD-1732

This commit is contained in:
SaadYousaf
2020-07-06 17:13:11 +05:00
committed by Ali-D-Akbar
parent ffde1c4bc2
commit e7338cd180

View File

@@ -126,7 +126,10 @@ var edx = edx || {};
// 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 subview