Skip to content

Commit

Permalink
mbm_OR: Add clickable web train driving icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
YoRyan committed Jul 12, 2020
1 parent a67c6dd commit 6ec1539
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function ApiTrainDriving() {
var codeColor = ['???','??!','?!?','?!!','!??','!!?','!!!','%%%','$$$'];

// Table title
Str += "<tr> <td colspan='5' onclick='changeNormalTextMode()' style='text-align: center'>" + 'Train Driving Info' + "</td></tr>";
Str += "<tr> <td colspan='5' style='text-align: center'>" + 'Train Driving Info' + "</td></tr>";
Str += "<tr> <td colspan='5' class='separator'></td></tr>";

// Customize data
Expand Down Expand Up @@ -145,7 +145,7 @@ function ApiTrainDriving() {
}
Str += "</table>";
// space at bottom
Str += "<tr> <td colspan='5' style='text-align: center'><img src='/or_logo.png' height='16' width='16'></img></td> </tr>";
Str += "<tr> <td colspan='5' onclick='changeNormalTextMode()' style='text-align: center'><img src='/or_logo.png' height='16' width='16'></img></td> </tr>";
Str += "</table>";
TrainDriving.innerHTML = Str;
}
Expand Down

0 comments on commit 6ec1539

Please sign in to comment.