PROD-2184

This commit is contained in:
azanbinzahid
2020-12-10 15:26:25 +05:00
committed by Ali-D-Akbar
parent 17261b9886
commit 7c60e39a72

View File

@@ -20,7 +20,10 @@
};
var overlay = '<div id="lean_overlay"></div>';
if ($('#lean_overlay').length === 0) {
$('body').append($(overlay));
edx.HtmlUtils.append(
$('body'),
$(overlay)
);
}
options = $.extend(defaults, options); // eslint-disable-line no-param-reassign