disable xsslint

This commit is contained in:
Ali-D-Akbar
2020-12-09 12:41:47 +05:00
parent 354c9ada5f
commit 3aa0f7e2e8

View File

@@ -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);
}
});