Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/static-webserver/client/Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"osparc/schedulerWorker.js",
"svg/svg.js",
"svg/svg.path.js",
"jsondiffpatch/jsondiffpatch.min.js",
"jsondiffpatch/jsondiffpatch.0.7.3.min.js",
"jsontreeviewer/jsonTree.js",
"marked/marked.min.js",
"DOMPurify/purify.min.js"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ qx.Class.define("osparc.wrapper.JsonDiffPatch", {

init: function() {
// initialize the script loading
const jsondiffpatchPath = "jsondiffpatch/jsondiffpatch.min.js"; // own build required for the formatters to work
const jsondiffpatchPath = "jsondiffpatch/jsondiffpatch-0.7.3.min.js"; // own build required for the formatters to work
const dynLoader = new qx.util.DynamicScriptLoader([
jsondiffpatchPath
]);
Expand Down
Loading