Added lower thirds.

This commit is contained in:
Patrick Fairbank
2014-08-15 20:13:02 -07:00
parent 63cc811830
commit 9e394b5ed0
14 changed files with 272 additions and 4 deletions

View File

@@ -112,6 +112,7 @@ var handleMatchTime = function(data) {
};
var handleSetAudienceDisplay = function(data) {
$("input[name=audienceDisplay]:checked").prop("checked", false);
$("input[name=audienceDisplay][value=" + data + "]").prop("checked", true);
};
@@ -123,6 +124,7 @@ var handleScoringStatus = function(data) {
};
var handleSetAllianceStationDisplay = function(data) {
$("input[name=allianceStationDisplay]:checked").prop("checked", false);
$("input[name=allianceStationDisplay][value=" + data + "]").prop("checked", true);
};