Explorar o código

Corrected path

David Benson %!s(int64=6) %!d(string=hai) anos
pai
achega
0f17309282
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/main/webapp/index.html

+ 2 - 1
src/main/webapp/index.html

@@ -308,12 +308,13 @@
 		{
 			// Used to request grapheditor/mxgraph sources in dev mode
 			var mxDevUrl = document.location.protocol + '//devhost.jgraph.com/mxgraph2';
+			
 			// Used to request draw.io sources in dev mode
 			var drawDevUrl = document.location.protocol + '//devhost.jgraph.com/drawio/src/main/webapp/';
 			
 			if (document.location.protocol == 'file:')
 			{
-				mxDevUrl = '../../mxgraph2';
+				mxDevUrl = '../../../../../mxgraph2';
 				drawDevUrl = './';
 				
 				// Forces includes for dev environment in node.js