mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
changed back to non socket.zoff.me
This commit is contained in:
@@ -17,7 +17,7 @@ $(document).ready(function (){
|
||||
$("#about").modal();
|
||||
$("#contact").modal();
|
||||
|
||||
if(window.location.hostname == "remote.zoff.me") add = "https://socket.zoff.me";
|
||||
if(window.location.hostname == "remote.zoff.me") add = "https://zoff.me";
|
||||
else add = "localhost";
|
||||
socket = io.connect(add + ':8080', connection_options);
|
||||
id = window.location.pathname.split("/")[1];
|
||||
|
||||
Reference in New Issue
Block a user