diff --git a/common/lib/xmodule/xmodule/js/src/conditional/display.js b/common/lib/xmodule/xmodule/js/src/conditional/display.js index 7d08d159df..2e656d8a5a 100644 --- a/common/lib/xmodule/xmodule/js/src/conditional/display.js +++ b/common/lib/xmodule/xmodule/js/src/conditional/display.js @@ -78,8 +78,8 @@ return this.addXBlockFragmentResources(resources).done(function () { // We give XBlock fragments free-reign to add javascript and CSS to // to the page, so XSS escaping doesn't matter much in this context - // xss-lint: disable=javascript-jquery-append console.log("Fragment resources loaded, appending HTML"); + // xss-lint: disable=javascript-jquery-append element.append(html); }); } catch (e) {