mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Localhost to zoff.me
This commit is contained in:
@@ -84,8 +84,8 @@ $(document).ready(function() {
|
|||||||
dismissible: false
|
dismissible: false
|
||||||
});
|
});
|
||||||
color = "#" + hash[1];
|
color = "#" + hash[1];
|
||||||
//add = "https://zoff.me";
|
add = "https://zoff.me";
|
||||||
add = "localhost";
|
//add = "localhost";
|
||||||
socket = io.connect(''+add+':8080', connection_options);
|
socket = io.connect(''+add+':8080', connection_options);
|
||||||
|
|
||||||
socket.on('auth_required', function() {
|
socket.on('auth_required', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user