File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 6262echo " window.DRAWIO_VIEWER_URL = '${DRAWIO_VIEWER_URL} ';" >> $CATALINA_HOME /webapps/draw/js/PreConfig.js
6363# DRAWIO_LIGHTBOX_URL Replace with your lightbox URL, eg. https://www.example.com
6464echo " window.DRAWIO_LIGHTBOX_URL = '${DRAWIO_LIGHTBOX_URL} ';" >> $CATALINA_HOME /webapps/draw/js/PreConfig.js
65- echo " window.DRAW_MATH_URL = 'math /es5';" >> $CATALINA_HOME /webapps/draw/js/PreConfig.js
65+ echo " window.DRAW_MATH_URL = 'math4 /es5';" >> $CATALINA_HOME /webapps/draw/js/PreConfig.js
6666# Custom draw.io configurations. For more details, https://www.drawio.com/doc/faq/configure-diagram-editor
6767echo " window.DRAWIO_CONFIG = ${DRAWIO_CONFIG:- null} ;" >> $CATALINA_HOME /webapps/draw/js/PreConfig.js
6868# Real-time configuration
@@ -124,7 +124,6 @@ cat $CATALINA_HOME/webapps/draw/js/PreConfig.js
124124echo " Init PostConfig.js"
125125
126126# null'ing of global vars need to be after init.js
127- echo " window.VSD_CONVERT_URL = null;" > $CATALINA_HOME /webapps/draw/js/PostConfig.js
128127echo " window.ICONSEARCH_PATH = null;" >> $CATALINA_HOME /webapps/draw/js/PostConfig.js
129128echo " EditorUi.enableLogging = false; //Disable logging" >> $CATALINA_HOME /webapps/draw/js/PostConfig.js
130129
You can’t perform that action at this time.
0 commit comments