mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 21:44:21 -04:00
Merge pull request #863 from hackmdio/feature/slidePrint
Add Print icon to slide view
This commit is contained in:
commit
c7745f6b27
3 changed files with 10 additions and 1 deletions
|
@ -14,6 +14,7 @@ window.lastchangetime = window.lastchangeui.time.attr('data-updatetime')
|
|||
updateLastChange()
|
||||
const url = window.location.pathname
|
||||
$('.ui-edit').attr('href', `${url}/edit`)
|
||||
$('.ui-print').attr('href', `${url}?print-pdf`)
|
||||
|
||||
$(document).ready(() => {
|
||||
// tooltip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue