diff --git a/editor-dev.htm b/editor-dev.htm new file mode 100644 index 0000000..8e4c067 --- /dev/null +++ b/editor-dev.htm @@ -0,0 +1,82 @@ + + + + + +Sequence Diagram + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Sequence Diagram Online Editor

+

Loading…

+
+ + + diff --git a/scripts/editor.js b/scripts/editor.js index a485b3f..92e99c2 100644 --- a/scripts/editor.js +++ b/scripts/editor.js @@ -4,7 +4,7 @@ requirejs.config(window.getRequirejsCDN()); // Set to false during development to avoid need to minify sources - const release = true; + const release = !window.location.href.includes('editor-dev.htm'); requirejs([ 'interface/Interface',