VRFS-2337 fix bug

This commit is contained in:
Brian Smith 2014-10-19 21:19:23 -04:00
parent a8987efaa1
commit d6c269fec1
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
var fullScore = null;
if (response.last_jam_audio_latency && response.my_audio_latency && response.internet_score) {
response.last_jam_audio_latency + response.my_audio_latency + response.internet_score;
fullScore = response.last_jam_audio_latency + response.my_audio_latency + response.internet_score;
}
// latency badge template needs these 2 properties