CedGauche Posted August 3, 2014 Report Posted August 3, 2014 Hello, all flights disappear from our live map, when the origin and destination is the same. I think the problem is caused by the progress bar, cause this error starts when we added it. Is there a way to edit the code from the progress bar to fix this error? This is a code snippet from acarsmap.tpl <td align="center"><%=flight.distremaining%> <?php echo Config::Get('UNITS');?> / <%=flight.timeremaining%></td><td> <div class="progress-container"> <div style="width: <%=flight.percomplete%>%"><%=flight.percomplete%>%</div> </td> Thx Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.