Fix some IDE warnings.

This commit is contained in:
Patrick Fairbank
2018-09-03 12:51:52 -07:00
parent 27c38f7393
commit 9019425a2c
16 changed files with 53 additions and 54 deletions

View File

@@ -246,7 +246,7 @@
{{define "script"}}
<script src="/static/js/match_review.js"></script>
<script>
var matchId = {{.Match.Id}}
var matchId = {{.Match.Id}};
var allianceResults = {};
allianceResults["red"] = {alliance: "red", team1: {{.Match.Red1}}, team2: {{.Match.Red2}},
team3: {{.Match.Red3}}, score: jQuery.parseJSON('{{.MatchResultJson.RedScoreJson}}'),