From 877ed4698e1849f611b14f374ef6ca8d6b30b9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Gur=C3=A1=C5=88?= Date: Wed, 30 Aug 2023 09:54:26 +0200 Subject: [PATCH] Removed mistakenly added insiders code --- includes/system.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/system.php b/includes/system.php index 881f7025..40d2bc06 100755 --- a/includes/system.php +++ b/includes/system.php @@ -200,9 +200,6 @@ function DisplaySystem(&$extraFooterScripts) ]; $selectedTheme = array_search($_COOKIE['theme'], $themeFiles); - // widget options - $widgetOpt = $_SESSION["widgetOpt"]; - $extraFooterScripts[] = array('src'=>'dist/huebee/huebee.pkgd.min.js', 'defer'=>false); $extraFooterScripts[] = array('src'=>'app/js/huebee.js', 'defer'=>false);