diff --git a/demo/app.js b/demo/app.js index 0c137a1d..87c4a6ef 100644 --- a/demo/app.js +++ b/demo/app.js @@ -25,6 +25,10 @@ app.get('/zmodemjs/*.js', function(req, res){ res.sendFile(__dirname + req.url); }); +app.get('/js/*.js', function(req, res){ + res.sendFile(__dirname + req.url); +}); + app.post('/terminals', function (req, res) { var cols = parseInt(req.query.cols), rows = parseInt(req.query.rows), diff --git a/demo/index.html b/demo/index.html index 492dca1b..109a7bd3 100644 --- a/demo/index.html +++ b/demo/index.html @@ -13,6 +13,9 @@ + + + @@ -21,7 +24,7 @@