diff --git a/src/assets/widget/js/widgets.umd.js b/src/assets/widget/js/widgets.umd.js
index 283ac36a..7d142a3a 100644
--- a/src/assets/widget/js/widgets.umd.js
+++ b/src/assets/widget/js/widgets.umd.js
@@ -1700,7 +1700,7 @@
}
function polyfillClassList(ele) {
- if (!ele || !('innerHTML' in ele)) throw TypeError('Illegal invocation');
+ if (!ele || !('innerText' in ele)) throw TypeError('Illegal invocation');
ele.detachEvent('onpropertychange', whenPropChanges); // prevent duplicate handler infinite loop
allowTokenListConstruction = 1;
@@ -7398,7 +7398,7 @@
}
var D = {};
- "children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function (a) {
+ "children dangerouslySetInnerHTML defaultValue defaultChecked innerText suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function (a) {
D[a] = new B(a, 0, !1, a, null, !1, !1);
});
[["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"]].forEach(function (a) {
@@ -7932,9 +7932,9 @@
});
} : a;
}(function (a, b) {
- if (a.namespaceURI !== kb.svg || "innerHTML" in a) a.innerHTML = b;else {
+ if (a.namespaceURI !== kb.svg || "innerText" in a) a.innerText = b;else {
nb = nb || document.createElement("div");
- nb.innerHTML = "";
+ nb.innerText = "";
for (b = nb.firstChild; a.firstChild;) a.removeChild(a.firstChild);
@@ -12217,7 +12217,7 @@
} else {
g = 9 === e.nodeType ? e : e.ownerDocument;
a === kb.html && (a = lb(c));
- a === kb.html ? "script" === c ? (a = g.createElement("div"), a.innerHTML = "