diff --git a/services/static-webserver/client/Manifest.json b/services/static-webserver/client/Manifest.json index de9e0909368..64089c07866 100644 --- a/services/static-webserver/client/Manifest.json +++ b/services/static-webserver/client/Manifest.json @@ -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" diff --git a/services/static-webserver/client/source/class/osparc/wrapper/JsonDiffPatch.js b/services/static-webserver/client/source/class/osparc/wrapper/JsonDiffPatch.js index 5c17cff1c5a..274723702bd 100644 --- a/services/static-webserver/client/source/class/osparc/wrapper/JsonDiffPatch.js +++ b/services/static-webserver/client/source/class/osparc/wrapper/JsonDiffPatch.js @@ -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 ]); diff --git a/services/static-webserver/client/source/resource/jsondiffpatch/jsondiffpatch.min.js b/services/static-webserver/client/source/resource/jsondiffpatch/jsondiffpatch-0.7.3.min.js similarity index 100% rename from services/static-webserver/client/source/resource/jsondiffpatch/jsondiffpatch.min.js rename to services/static-webserver/client/source/resource/jsondiffpatch/jsondiffpatch-0.7.3.min.js