mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Fix some IDE warnings.
This commit is contained in:
@@ -49,7 +49,7 @@ var handleKeyPress = function(event) {
|
||||
|
||||
// Handles a websocket message to update the match status.
|
||||
var handleMatchTime = function(data) {
|
||||
if (matchStates[data.MatchState] == "POST_MATCH" && !scoreCommitted) {
|
||||
if (matchStates[data.MatchState] === "POST_MATCH" && !scoreCommitted) {
|
||||
$("#commitMatchScore").show();
|
||||
} else {
|
||||
$("#commitMatchScore").hide();
|
||||
|
||||
Reference in New Issue
Block a user