Revert "Revert font buffoonery, VirusTotal says it's fine."

This reverts commit 238988a8d3.
This commit is contained in:
Neale Pickett 2011-11-22 13:17:48 -06:00
parent 238988a8d3
commit 4e0ed724b5
1 changed files with 7 additions and 5 deletions

View File

@ -295,13 +295,15 @@ function handle(event) {
newstate = JAM;
}
break;
case "name-a":
case "logo-a":
case "name-b":
case "logo-b":
score(team, -1);
return;
case "score-a":
case "score-b":
if (event.shiftKey == 1) {
score(team, -1);
} else {
score(team, 1);
}
return;
}
}