Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaudenz Alder <gaudenz@jgraph.com>2019-06-03 17:22:11 +0300
committerGaudenz Alder <gaudenz@jgraph.com>2019-06-03 17:22:11 +0300
commitdb518f94dd818e7ce54bea1a7898c8ebd4ca97c8 (patch)
tree75773d84e80aaa82d216557cba4c6f26f365ee7f
parentd15307bcb19c9ee2b0da774604c10d8b10b29184 (diff)
10.7.4 releasev10.7.4
Former-commit-id: 65577e2b2bcfc5ed5bff10939bfd140645fd1d07
-rw-r--r--src/main/webapp/js/diagramly/ElectronApp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/js/diagramly/ElectronApp.js b/src/main/webapp/js/diagramly/ElectronApp.js
index 2078f823..2fe98135 100644
--- a/src/main/webapp/js/diagramly/ElectronApp.js
+++ b/src/main/webapp/js/diagramly/ElectronApp.js
@@ -1,6 +1,6 @@
window.OPEN_URL = 'https://www.draw.io/open';
window.TEMPLATE_PATH = 'templates';
-window.DRAW_MATH_URL = 'mathjax/src/main/webapp/current';
+window.DRAW_MATH_URL = 'https://www.draw.io/math';
FeedbackDialog.feedbackUrl = 'https://log.draw.io/email';
(function()