File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2465,9 +2465,9 @@ function redrawPrediction(vcallsign) {
24652465 } else {
24662466 if ( offline . get ( 'opt_imperial' ) ) {
24672467 vehicle . prediction_target . pred_type = "<b>Prediction Type:</b> Standard \n" +
2468- "<b>Ascent Rate:</b> " + vehicle . prediction . ascent_rate . toFixed ( 1 ) + " f /s \n" +
2468+ "<b>Ascent Rate:</b> " + vehicle . prediction . ascent_rate . toFixed ( 1 ) + " ft /s \n" +
24692469 "<b>Burst Altitude:</b> " + vehicle . prediction . burst_altitude . toFixed ( 0 ) + " feet\n" +
2470- "<b>Descent Rate:</b> " + vehicle . prediction . descent_rate . toFixed ( 1 ) + " fs/ \n" ;
2470+ "<b>Descent Rate:</b> " + vehicle . prediction . descent_rate . toFixed ( 1 ) + " ft/s \n" ;
24712471 } else {
24722472 vehicle . prediction_target . pred_type = "<b>Prediction Type:</b> Standard \n" +
24732473 "<b>Ascent Rate:</b> " + ( vehicle . prediction . ascent_rate * 3.2808399 ) . toFixed ( 1 ) + " m/s \n" +
@@ -2511,9 +2511,9 @@ function redrawPrediction(vcallsign) {
25112511 } else {
25122512 if ( offline . get ( 'opt_imperial' ) ) {
25132513 vehicle . prediction_burst . pred_type = "<b>Prediction Type:</b> Standard \n" +
2514- "<b>Ascent Rate:</b> " + vehicle . prediction_burst . ascent_rate . toFixed ( 1 ) + " f /s \n" +
2514+ "<b>Ascent Rate:</b> " + vehicle . prediction_burst . ascent_rate . toFixed ( 1 ) + " ft /s \n" +
25152515 "<b>Burst Altitude:</b> " + vehicle . prediction_burst . burst_altitude . toFixed ( 0 ) + " feet\n" +
2516- "<b>Descent Rate:</b> " + vehicle . prediction_burst . descent_rate . toFixed ( 1 ) + " fs/ \n" ;
2516+ "<b>Descent Rate:</b> " + vehicle . prediction_burst . descent_rate . toFixed ( 1 ) + " ft/s \n" ;
25172517 } else {
25182518 vehicle . prediction_burst . pred_type = "<b>Prediction Type:</b> Standard \n" +
25192519 "<b>Ascent Rate:</b> " + ( vehicle . prediction . ascent_rate * 3.2808399 ) . toFixed ( 1 ) + " m/s \n" +
You can’t perform that action at this time.
0 commit comments