mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
Remove reference to nonexisting DOM element
This was missed in #596 and breaks the frontend JS. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
61f54db63e
commit
b0e2577fd5
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue