mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
SSL for embed
This commit is contained in:
@@ -38,7 +38,7 @@ $(document).ready(function(){
|
||||
|
||||
color = "#" + hash[1];
|
||||
|
||||
add = "http://zoff.me";
|
||||
add = "https://zoff.me";
|
||||
socket = io.connect(''+add+':8080', connection_options);
|
||||
|
||||
socket.on("get_list", function(){
|
||||
|
||||
Reference in New Issue
Block a user