fix lineup background color

This commit is contained in:
Neale Pickett 2011-12-20 22:42:06 -07:00
parent 30c146c0c6
commit 5b9c4ebaf2
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
#jam.timeout {
background: #044;
}
#jam.rotate {
#jam.lineup {
background: #060;
}

View File

@ -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) {