mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 11:37:02 -04:00
Fix ReferenceError of scollToTop and scollToBottom in index.js
This commit is contained in:
parent
1b36cefd4b
commit
d4bb87b8ec
1 changed files with 3 additions and 0 deletions
|
@ -1915,6 +1915,9 @@ function scrollToBottom() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window.scrollToTop = scrollToTop;
|
||||||
|
window.scrollToBottom = scrollToBottom;
|
||||||
|
|
||||||
var enoughForAffixToc = true;
|
var enoughForAffixToc = true;
|
||||||
|
|
||||||
//scrollspy
|
//scrollspy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue