File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1970,7 +1970,7 @@ function updateVehicleInfo(vcallsign, newPosition) {
19701970 ( ( vehicle . vehicle_type != "car" ) ? '<span class="sbutton" onclick="shareVehicle(\'' + vcallsign + '\')" style="top:55px">Share</span>' : '' ) +
19711971 ( ( vehicle . vehicle_type != "car" ) ? '<span class="sbutton" onclick="skewTdraw(\'' + vcallsign + '\')" style="top:85px">SkewT</span>' : '' ) +
19721972 ( ( vehicle . vehicle_type != "car" ) ? '<span class="sbutton" onclick="openURL(\'' + grafana_dashboard_url + '\')" style="top:115px">Plots</span>' : '' ) +
1973- ( ( vehicle . vehicle_type != "car" ) ? '<span class="sbutton" onclick="recolorVehicle(\'' + vcallsign + '\')" style="top:115px ">Recolor</span>' : '' ) +
1973+ ( ( vehicle . vehicle_type != "car" ) ? '<span class="sbutton" onclick="recolorVehicle(\'' + vcallsign + '\')" style="top:145px ">Recolor</span>' : '' ) +
19741974 '<div class="left">' +
19751975 '<dl>' ;
19761976 var b = '</dl>' +
You can’t perform that action at this time.
0 commit comments