mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Fix some IDE warnings.
This commit is contained in:
@@ -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}}'),
|
||||
|
||||
Reference in New Issue
Block a user