mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
Removed mistakenly added insiders code
This commit is contained in:
parent
dd2c648a78
commit
877ed4698e
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue