We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e521d37 commit c82e48bCopy full SHA for c82e48b
public/javascripts/global.js
@@ -1,3 +1,4 @@
1
+#my
2
var userListData = [];
3
4
$(document).ready(function() {
@@ -49,4 +50,4 @@ function showTrainInfo(event) {
49
50
tableContent += '</table>';
51
$('#trainName').text(train.name);
52
$('#trainSchedule').html(tableContent);
-}
53
+}
0 commit comments