mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-15 10:21:19 +00:00
Merge pull request #602 from hedgedoc/fix/really-remove-pdf-export
Remove reference to nonexisting DOM element
This commit is contained in:
commit
f7c4aa4b77
1 changed files with 0 additions and 2 deletions
|
@ -941,8 +941,6 @@ ui.toolbar.download.rawhtml.click(function (e) {
|
||||||
e.stopPropagation()
|
e.stopPropagation()
|
||||||
exportToRawHTML(ui.area.markdown)
|
exportToRawHTML(ui.area.markdown)
|
||||||
})
|
})
|
||||||
// pdf
|
|
||||||
ui.toolbar.download.pdf.attr('download', '').attr('href', noteurl + '/pdf')
|
|
||||||
// export to dropbox
|
// export to dropbox
|
||||||
ui.toolbar.export.dropbox.click(function (event) {
|
ui.toolbar.export.dropbox.click(function (event) {
|
||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
|
|
Loading…
Reference in a new issue