Added automatic configuration of Cisco Catalyst switch.

This commit is contained in:
Patrick Fairbank
2014-08-16 12:31:46 -07:00
parent d05b2a02a7
commit ddd8148814
9 changed files with 289 additions and 4 deletions

View File

@@ -73,9 +73,9 @@ var handleStatus = function(data) {
$("#match").attr("data-status", (status == "") ? allianceStation[0] : "");
}, 250);
}
} else {
$("#match").attr("data-status", "");
}
} else {
$("#match").attr("data-status", "");
}
if (!blink && blinkInterval) {