fix lineup background color
This commit is contained in:
parent
30c146c0c6
commit
5b9c4ebaf2
|
@ -61,7 +61,7 @@
|
|||
#jam.timeout {
|
||||
background: #044;
|
||||
}
|
||||
#jam.rotate {
|
||||
#jam.lineup {
|
||||
background: #060;
|
||||
}
|
||||
|
||||
|
|
|
@ -154,7 +154,7 @@ function transition(newstate) {
|
|||
jtext.innerHTML = "Jam";
|
||||
} else if (state == LINEUP) {
|
||||
pt.start();
|
||||
jt.set(30000);
|
||||
jt.set(30000, "lineup");
|
||||
jt.start();
|
||||
jtext.innerHTML = "Lineup";
|
||||
} else if (state == TIMEOUT) {
|
||||
|
|
Loading…
Reference in New Issue