forked from jgraph/drawio-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c169469
commit 37e333f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule drawio
updated
15 files
+16 −0 | ChangeLog | |
+1 −1 | VERSION | |
+1 −1 | src/main/webapp/cache.manifest | |
+54 −2 | src/main/webapp/export3.html | |
+1 −1 | src/main/webapp/index.html | |
+675 −673 | src/main/webapp/js/app.min.js | |
+4 −3 | src/main/webapp/js/diagramly/App.js | |
+5 −4 | src/main/webapp/js/diagramly/Dialogs.js | |
+80 −27 | src/main/webapp/js/diagramly/EditorUi.js | |
+20 −19 | src/main/webapp/js/diagramly/GitLabClient.js | |
+29 −0 | src/main/webapp/js/diagramly/Init.js | |
+13 −13 | src/main/webapp/js/diagramly/Menus.js | |
+611 −609 | src/main/webapp/js/viewer.min.js | |
+2 −2 | src/main/webapp/package.json | |
+29 −29 | src/main/webapp/resources/dia_nl.txt |