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:
4
public/dist/embed.min.js
vendored
4
public/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
6
public/dist/main.min.js
vendored
6
public/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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