mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
fixed not hardcoded port for websockets
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
$(document).ready(function(){
|
||||
function debug(str){ $("#debug").append("<p>" + str); };
|
||||
|
||||
ws = new WebSocket("ws://localhost:8080/");
|
||||
|
||||
Reference in New Issue
Block a user