mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-24 16:59:05 +00:00
SSL for embed
This commit is contained in:
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+3
-3
File diff suppressed because one or more lines are too long
+1
-1
@@ -38,7 +38,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
color = "#" + hash[1];
|
color = "#" + hash[1];
|
||||||
|
|
||||||
add = "http://zoff.me";
|
add = "https://zoff.me";
|
||||||
socket = io.connect(''+add+':8080', connection_options);
|
socket = io.connect(''+add+':8080', connection_options);
|
||||||
|
|
||||||
socket.on("get_list", function(){
|
socket.on("get_list", function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user