mirror of
https://github.com/Ellpeck/ObsidianJustSharePlease.git
synced 2024-11-26 20:28:34 +01:00
removed debug
This commit is contained in:
parent
44c706f4a4
commit
3ca0e54e0a
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@
|
||||||
|
|
||||||
// scroll to anchor
|
// scroll to anchor
|
||||||
$(() => {
|
$(() => {
|
||||||
console.log("Loaded!");
|
|
||||||
let element = $(window.location.hash);
|
let element = $(window.location.hash);
|
||||||
if (element.length)
|
if (element.length)
|
||||||
$(window).scrollTop(element.offset().top);
|
$(window).scrollTop(element.offset().top);
|
||||||
|
|
Loading…
Reference in a new issue