Skip to content

Commit c82e48b

Browse files
authored
Update global.js
1 parent e521d37 commit c82e48b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/javascripts/global.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#my
12
var userListData = [];
23

34
$(document).ready(function() {
@@ -49,4 +50,4 @@ function showTrainInfo(event) {
4950
tableContent += '</table>';
5051
$('#trainName').text(train.name);
5152
$('#trainSchedule').html(tableContent);
52-
}
53+
}

0 commit comments

Comments
 (0)