mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Improvements to embedded player
This commit is contained in:
@@ -96,7 +96,7 @@ window.addEventListener("DOMContentLoaded", function() {
|
||||
});
|
||||
color = "#" + hash[1];
|
||||
add = "https://zoff.me";
|
||||
if(window.location.hostname == "localhost") add = "localhost";
|
||||
//if(window.location.hostname == "localhost") add = "localhost";
|
||||
//add = "localhost";
|
||||
socket = io.connect(''+add+':8080', connection_options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user