summaryrefslogtreecommitdiff
path: root/public/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/index.js')
-rw-r--r--public/js/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/public/js/index.js b/public/js/index.js
index 9946e6fd..92acd130 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -941,8 +941,6 @@ ui.toolbar.download.rawhtml.click(function (e) {
e.stopPropagation()
exportToRawHTML(ui.area.markdown)
})
-// pdf
-ui.toolbar.download.pdf.attr('download', '').attr('href', noteurl + '/pdf')
// export to dropbox
ui.toolbar.export.dropbox.click(function (event) {
event.preventDefault()