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:
Diffstat (limited to 'src/main/webapp/js/diagramly/Minimal.js')
-rw-r--r--src/main/webapp/js/diagramly/Minimal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/js/diagramly/Minimal.js b/src/main/webapp/js/diagramly/Minimal.js
index 37e25a07..888e9108 100644
--- a/src/main/webapp/js/diagramly/Minimal.js
+++ b/src/main/webapp/js/diagramly/Minimal.js
@@ -2875,7 +2875,7 @@ EditorUi.initMinimalTheme = function()
appElt = addMenu('diagram');
}
- var temp = (small) ? addMenu('diagram', null, Editor.drawLogoImage) : null;
+ var temp = (small) ? addMenu('diagram', null, Editor.menuImage) : null;
if (temp != null)
{