2 fixes (typo and boarding animation when arrows weren't shown yet)
| | |
| | | </div> |
| | | </div> |
| | | <script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7" crossorigin="anonymous"></script> |
| | | <script tyle="text/javascript" src="lang_pl.js" id="lang_script"></script> |
| | | <script tyle="text/javascript" src="common.js"></script> |
| | | <script type="text/javascript" src="lang_pl.js" id="lang_script"></script> |
| | | <script type="text/javascript" src="common.js"></script> |
| | | <script type="text/javascript" src="index.js"></script> |
| | | </body> |
| | | </html> |
| | |
| | | |
| | | if(data.actual[i].status == 'STOPPING') { |
| | | tr.className = 'success'; |
| | | status_cell.className = 'status-boarding'; |
| | | if (data.actual[i].actualRelativeTime <= 0) { |
| | | status_cell.className = 'status-boarding'; |
| | | } |
| | | } else if(parseInt(delay) > 9) { |
| | | tr.className = 'danger'; |
| | | delay_cell.className = 'status-delayed'; |