summaryrefslogtreecommitdiff
path: root/public/js/lib/editor/ui-elements.js
diff options
context:
space:
mode:
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'),