Skip to content

Commit 11e598f

Browse files
committed
Math path change
1 parent d73b331 commit 11e598f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main/docker-entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fi
6262
echo "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
6464
echo "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
6767
echo "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
124124
echo "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
128127
echo "window.ICONSEARCH_PATH = null;" >> $CATALINA_HOME/webapps/draw/js/PostConfig.js
129128
echo "EditorUi.enableLogging = false; //Disable logging" >> $CATALINA_HOME/webapps/draw/js/PostConfig.js
130129

0 commit comments

Comments
 (0)