mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-23 23:29:59 +08:00
Removed old ng tags, Fixed header spacing
Also prevent pointer error on custom home page
This commit is contained in:
@ -35,6 +35,7 @@ class PageDisplay {
|
||||
}
|
||||
|
||||
setupPointer() {
|
||||
if (document.getElementById('pointer') === null) return;
|
||||
// Set up pointer
|
||||
let $pointer = $('#pointer').detach();
|
||||
let pointerShowing = false;
|
||||
|
Reference in New Issue
Block a user