-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule server
updated
13 files
+0 −1 | .gitignore | |
+9 −3 | Common/config/default.json | |
+1 −1 | Common/config/development-linux.json | |
+1 −1 | Common/config/development-mac.json | |
+1 −1 | Common/config/development-windows.json | |
+4 −0 | Common/sources/constants.js | |
+4 −1 | Common/sources/formatchecker.js | |
+23 −2 | Common/sources/utils.js | |
+66 −25 | DocService/sources/DocsCoServer.js | |
+1 −2 | DocService/sources/canvasservice.js | |
+32 −0 | DocService/sources/editorDataMemory.js | |
+1 −2 | FileConverter/sources/converter.js | |
+38 −38 | run-develop.py |
Submodule web-apps
updated
6863 files