fixed not hardcoded port for websockets

This commit is contained in:
maxwell
2010-06-22 17:20:07 -07:00
parent 4cd90a16a1
commit 94de043862
2 changed files with 19 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
$(document).ready(function(){
$(document).ready(function(){
function debug(str){ $("#debug").append("<p>" + str); };
ws = new WebSocket("ws://localhost:8080/");