summaryrefslogtreecommitdiff
path: root/public/js/lib/editor/ui-elements.js
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2019-03-31 15:14:31 +0200
committerGitHub2019-03-31 15:14:31 +0200
commit3a0ff5edd3882cca3751bcfbca1843807ef0c7d7 (patch)
treef14f4411361f789f05d8414378df3c9ea9a07c03 /public/js/lib/editor/ui-elements.js
parent948c3367eb07505383367ab722d240fa62ca454a (diff)
parent1544b45af5435fde1190634dc44b65ca6ab55238 (diff)
Merge pull request #9 from SISheogorath/feature/moveUpload
Move upload button into toolbar
Diffstat (limited to 'public/js/lib/editor/ui-elements.js')
-rw-r--r--public/js/lib/editor/ui-elements.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/public/js/lib/editor/ui-elements.js b/public/js/lib/editor/ui-elements.js
index 29a37782..ce19436b 100644
--- a/public/js/lib/editor/ui-elements.js
+++ b/public/js/lib/editor/ui-elements.js
@@ -35,8 +35,7 @@ export const getUIElements = () => ({
edit: $('.ui-edit'),
view: $('.ui-view'),
both: $('.ui-both'),
- night: $('.ui-night'),
- uploadImage: $('.ui-upload-image')
+ night: $('.ui-night')
},
infobar: {
lastchange: $('.ui-lastchange'),