Skip to content
Snippets Groups Projects
Unverified Commit eafd1639 authored by Ali Akbar's avatar Ali Akbar Committed by GitHub
Browse files

Merge pull request #25807 from edx/aakbar/PROD-2206

disable xsslint
parents 354c9ada 3aa0f7e2
No related branches found
Tags release-2020-12-18-12.59
No related merge requests found
......@@ -13,6 +13,7 @@ var setupFullScreenModal = function() {
largeSRC: largeImageSRC
};
var html = _.template($('#image-modal-tpl').text())(data);
// xss-lint: disable=javascript-jquery-insertion
$(this).replaceWith(html);
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment