PROD-2184
This commit is contained in:
committed by
Ali-D-Akbar
parent
17261b9886
commit
7c60e39a72
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user