diff --git a/data/trains.json b/data/trains.json index 4526e4da2..918ccdc0f 100644 --- a/data/trains.json +++ b/data/trains.json @@ -1,4 +1,4 @@ -#mohin +

Hi Hellow 2

{ "trains": [ { diff --git a/public/javascripts/global.js b/public/javascripts/global.js index 2f0d79407..22ed4a3e7 100644 --- a/public/javascripts/global.js +++ b/public/javascripts/global.js @@ -1,3 +1,5 @@ + + var userListData = []; $(document).ready(function() { diff --git a/routes/index.js b/routes/index.js index ecca96a56..98af366f2 100644 --- a/routes/index.js +++ b/routes/index.js @@ -1,3 +1,5 @@ + +

Hi Hellow 3

var express = require('express'); var router = express.Router();