Fix broken URLs from last commit

This commit is contained in:
calzoneman 2013-05-17 18:56:11 -04:00
parent 6dc0a33bda
commit 886834e822
5 changed files with 9 additions and 8 deletions

View file

@ -10,6 +10,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
*/
var IO_URL = "http://localhost:1337";
var WEB_URL = "http://localhost:8080";
$.getScript(IO_URL+"/socket.io/socket.io.js", function() {
try {