mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 17:55:17 -04:00
Fix anchor links dropping query parameter
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
28c01f4a6b
commit
60325bba49
2 changed files with 2 additions and 2 deletions
|
@ -1087,7 +1087,7 @@ function changeMode (type) {
|
|||
}
|
||||
if (appState.currentMode !== modeType.edit) {
|
||||
$(document.body).css('background-color', 'white')
|
||||
updateView()
|
||||
refreshView()
|
||||
} else {
|
||||
$(document.body).css(
|
||||
'background-color',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue