PROD-1534

This commit is contained in:
Ali-D-Akbar
2020-07-30 02:12:40 +05:00
parent ac548e1940
commit 0c67645d7f

View File

@@ -507,7 +507,8 @@ function(Backbone, BaseView, _, MetadataModel, AbstractEditor, FileUpload, Uploa
frag.appendChild($(template({key: key, value: value}))[0]);
});
list.html(HtmlUtils.HTML([frag]).toString());
// xss-lint: disable=javascript-jquery-html
list.html([frag]);
},
addEntry: function(event) {