Skip to content

Commit c5371bd

Browse files
authored
🐛 [Frontend] Enh: Include version number in 3r party jsondiffpatch file (ITISFoundation#8195)
1 parent d7156fb commit c5371bd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

services/static-webserver/client/Manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"osparc/schedulerWorker.js",
2828
"svg/svg.js",
2929
"svg/svg.path.js",
30-
"jsondiffpatch/jsondiffpatch.min.js",
30+
"jsondiffpatch/jsondiffpatch-0.7.3.min.js",
3131
"jsontreeviewer/jsonTree.js",
3232
"marked/marked.min.js",
3333
"DOMPurify/purify.min.js"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ qx.Class.define("osparc.wrapper.JsonDiffPatch", {
5555

5656
init: function() {
5757
// initialize the script loading
58-
const jsondiffpatchPath = "jsondiffpatch/jsondiffpatch.min.js"; // own build required for the formatters to work
58+
const jsondiffpatchPath = "jsondiffpatch/jsondiffpatch-0.7.3.min.js"; // own build required for the formatters to work
5959
const dynLoader = new qx.util.DynamicScriptLoader([
6060
jsondiffpatchPath
6161
]);

0 commit comments

Comments
 (0)