mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update picker w/ new default
This commit is contained in:
parent
7b1bdf405c
commit
993e65483d
@ -11,7 +11,7 @@ var hueb = new Huebee( elem, {
|
||||
// Set custom color if defined
|
||||
var color = getCookie('color');
|
||||
if (color == null || color == '') {
|
||||
color = '#d8224c';
|
||||
color = '#2b8080';
|
||||
}
|
||||
hueb.setColor(color);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user