Improvements to embedded player

This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-07 14:25:13 +02:00
parent 1f921c3c34
commit c7a75f2f72
4 changed files with 12 additions and 5 deletions

View File

@@ -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);