We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ff630 commit 553c08aCopy full SHA for 553c08a
js/tracker.js
@@ -3646,7 +3646,7 @@ function addPosition(position) {
3646
// When a color is changed in the settings, run recolorVehicle on all vehicles.
3647
function recolorAllVehicles(){
3648
// Refresh the balloon_colors array to capture all the current colors
3649
- for (var i = 0; i <= balloon_colors.length; i++) {
+ for (var i = 0; i < balloon_colors.length; i++) {
3650
balloon_colors[i] = document.getElementById("color" + i).value;
3651
}
3652
var callsign;
0 commit comments