]> BookStack Code Mirror - bookstack/commit
Refactored js file structure to be standard throughout app
authorDan Brown <redacted>
Sun, 1 Apr 2018 12:21:11 +0000 (13:21 +0100)
committerDan Brown <redacted>
Sun, 1 Apr 2018 12:21:11 +0000 (13:21 +0100)
commit736d7118b08ef7f03d35a237bf5a909ada90d9cd
tree493b34e59489d993b8114d741e2451f92a6ab412
parentb612cf9e4c4ab947aabac6bfc8bf38c69163e25f
Refactored js file structure to be standard throughout app

Still work to be done but a good start in standardisation.
13 files changed:
resources/assets/js/components/markdown-editor.js
resources/assets/js/components/page-display.js
resources/assets/js/components/wysiwyg-editor.js
resources/assets/js/index.js
resources/assets/js/pages/page-form.js [deleted file]
resources/assets/js/services/code.js [moved from resources/assets/js/libs/code.js with 100% similarity]
resources/assets/js/services/dom-polyfills.js [moved from resources/assets/js/dom-polyfills.js with 77% similarity]
resources/assets/js/services/drawio.js [moved from resources/assets/js/libs/drawio.js with 100% similarity]
resources/assets/js/services/events.js [new file with mode: 0644]
resources/assets/js/services/global-ui.js [new file with mode: 0644]
resources/assets/js/services/http.js [new file with mode: 0644]
resources/assets/js/services/translations.js [moved from resources/assets/js/translations.js with 100% similarity]
resources/assets/js/vues/code-editor.js