mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
..
This commit is contained in:
parent
a562677ddb
commit
699256a5af
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ angular.module("luci")
|
|||
},
|
||||
function(next){
|
||||
$config.mode = $localStorage.getItem("mode") || "basic";
|
||||
$config.theme = $localStorage.getItem("theme") || $config.theme || "default";
|
||||
$config.theme = $localStorage.getItem("theme") || $config.theme || "inteno-red";
|
||||
|
||||
//$config.theme = "default";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue