Commit 2bdc34aff5c5decd17df292bc6287df8e1f14f1d

Authored by ww
1 parent c0ed1d81

chore: rest index.html dynamic import script herf

Showing 1 changed file with 4 additions and 4 deletions
... ... @@ -248,12 +248,12 @@
248 248 // Changes paths for local development environment
249 249 if (urlParams['dev'] == '1') {
250 250 // Used to request grapheditor/mxgraph sources in dev mode
251   - // var mxDevUrl = document.location.protocol + '//devhost.jgraph.com/drawio/src/main';
252   - var mxDevUrl = document.location.protocol + '//192.168.10.104:8083/thingskit-drawio/';
  251 + var mxDevUrl = document.location.protocol + '//devhost.jgraph.com/drawio/src/main';
  252 + // var mxDevUrl = document.location.protocol + '//192.168.10.104:8083/thingskit-drawio/';
253 253
254 254 // Used to request draw.io sources in dev mode
255   - // var drawDevUrl = document.location.protocol + '//devhost.jgraph.com/drawio/src/main/webapp/';
256   - var drawDevUrl = document.location.protocol + '//192.168.10.104:8083/thingskit-drawio/';
  255 + var drawDevUrl = document.location.protocol + '//devhost.jgraph.com/drawio/src/main/webapp/';
  256 + // var drawDevUrl = document.location.protocol + '//192.168.10.104:8083/thingskit-drawio/';
257 257 var geBasePath = drawDevUrl + '/js/grapheditor';
258 258 var mxBasePath = mxDevUrl + '/mxgraph';
259 259
... ...