mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 20:12:03 +08:00
theme: remove console warnings #242
This commit is contained in:
parent
f9f317688d
commit
c8cde4f9f0
@ -334,7 +334,7 @@ function initMenuScrollbar(){
|
|||||||
// that need to be executed inbetween our own handlers
|
// that need to be executed inbetween our own handlers
|
||||||
var psm = new PerfectScrollbar('#content-wrapper');
|
var psm = new PerfectScrollbar('#content-wrapper');
|
||||||
// PSC removed for #242 #243 #244
|
// PSC removed for #242 #243 #244
|
||||||
// var psc = new PerfectScrollbar(content);
|
var psc; // = new PerfectScrollbar(content);
|
||||||
document.addEventListener('keydown', function(){
|
document.addEventListener('keydown', function(){
|
||||||
// if we facked initial scrolling, we want to
|
// if we facked initial scrolling, we want to
|
||||||
// remove the focus to not leave visual markers on
|
// remove the focus to not leave visual markers on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user