menu fixes

This commit is contained in:
Jeena 2014-06-29 00:52:32 +02:00
parent 2343049227
commit a837d2099c
3 changed files with 6 additions and 8 deletions

View file

@ -43,11 +43,6 @@ function (http, nodeStatic, Api) {
console.checkpoint('HTTP Server serves index');
break;
case req.url == '/game.html':
fileServer.serveFile('./static/html/game.html', 200, {}, req, res);
console.checkpoint('HTTP Server serves game');
break;
case req.url == '/client.js':
fileServer.serveFile('./client.js', 200, {}, req, res);
break;