summaryrefslogtreecommitdiff
path: root/public/js
diff options
context:
space:
mode:
authorTilman Vatteroth2020-11-26 20:52:57 +0100
committerTilman Vatteroth2020-11-26 21:09:23 +0100
commit97312b5ed3db8e5967184fc2f693a47dcba091f5 (patch)
treedd3bc2b71d3bbdd80194696b7219ff09a44690ae /public/js
parent66ad73d853d15423c63b823102931b35ef93722a (diff)
Remove pdf export code
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to 'public/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 ce19436b..b1e3b5cb 100644
--- a/public/js/lib/editor/ui-elements.js
+++ b/public/js/lib/editor/ui-elements.js
@@ -17,8 +17,7 @@ export const getUIElements = () => ({
download: {
markdown: $('.ui-download-markdown'),
html: $('.ui-download-html'),
- rawhtml: $('.ui-download-raw-html'),
- pdf: $('.ui-download-pdf-beta')
+ rawhtml: $('.ui-download-raw-html')
},
export: {
dropbox: $('.ui-save-dropbox'),