mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: remove console warnings #242
This commit is contained in:
parent
f9f317688d
commit
c8cde4f9f0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue