From 5b9c4ebaf2ae3df54802c223b9d75b905b33e4ca Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 20 Dec 2011 22:42:06 -0700 Subject: [PATCH] fix lineup background color --- scoreboard.css | 2 +- scoreboard.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scoreboard.css b/scoreboard.css index 35f7802..8595932 100644 --- a/scoreboard.css +++ b/scoreboard.css @@ -61,7 +61,7 @@ #jam.timeout { background: #044; } -#jam.rotate { +#jam.lineup { background: #060; } diff --git a/scoreboard.js b/scoreboard.js index 8e011cd..b5c7165 100644 --- a/scoreboard.js +++ b/scoreboard.js @@ -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) {