We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32fae72 + 1f9ff0b commit 6b0be2cCopy full SHA for 6b0be2c
lms/static/js/views/file_uploader.js
@@ -38,7 +38,7 @@
38
return optionVal || default_value;
39
},
40
submitButton, resultNotification;
41
-
+ // xss-lint: disable=javascript-jquery-html
42
this.$el.html(this.template({
43
title: get_option_with_default('title', ''),
44
inputLabel: get_option_with_default('inputLabel', ''),
0 commit comments