wrong url

This commit is contained in:
Kasper Rynning-Tønnesen
2016-01-27 15:12:03 +01:00
parent 6b2ed587b3
commit 05ee20dd44
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -29,7 +29,7 @@ $(document).ready(function(){
console.log(document);
console.log(window.location.hash)
//add = "https://zoff.no";
add = "https://zoff.no";
add = "localhost";
socket = io.connect(''+add+':8880', connection_options);