From c8cde4f9f0c08b00afc4e61ea6457f23874b718f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 5 Jun 2022 23:50:03 +0200 Subject: [PATCH] theme: remove console warnings #242 --- static/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/theme.js b/static/js/theme.js index 442d229876..78b7dd4205 100644 --- a/static/js/theme.js +++ b/static/js/theme.js @@ -334,7 +334,7 @@ function initMenuScrollbar(){ // that need to be executed inbetween our own handlers var psm = new PerfectScrollbar('#content-wrapper'); // PSC removed for #242 #243 #244 - // var psc = new PerfectScrollbar(content); + var psc; // = new PerfectScrollbar(content); document.addEventListener('keydown', function(){ // if we facked initial scrolling, we want to // remove the focus to not leave visual markers on