Skip to content

Commit ab2aec7

Browse files
committed
upgrade to 3.2.7
1 parent ef45fa6 commit ab2aec7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

services/static-webserver/client/Manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"jsondiffpatch/jsondiffpatch-0.7.3.min.js",
3131
"jsontreeviewer/jsonTree.js",
3232
"marked/marked.min.js",
33-
"DOMPurify/purify.min.js"
33+
"DOMPurify/purify-3.2.7.min.js"
3434
],
3535
"css": [
3636
"jsontreeviewer/jsonTree.css",

services/static-webserver/client/source/class/osparc/wrapper/DOMPurify.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
************************************************************************ */
1717

1818
/**
19-
* @asset(DOMPurify/purify.min.js)
19+
* @asset(DOMPurify/purify-3.2.7.min.js)
2020
* @ignore(DOMPurify)
2121
*/
2222

@@ -63,12 +63,10 @@ qx.Class.define("osparc.wrapper.DOMPurify", {
6363
},
6464

6565
members: {
66-
__diffPatcher: null,
67-
6866
init: function() {
6967
// initialize the script loading
70-
let purifyPath = "DOMPurify/purify.min.js";
71-
let dynLoader = new qx.util.DynamicScriptLoader([
68+
const purifyPath = "DOMPurify/purify-3.2.7.min.js";
69+
const dynLoader = new qx.util.DynamicScriptLoader([
7270
purifyPath
7371
]);
7472

0 commit comments

Comments
 (0)