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
|
||||
});
|
||||
color = "#" + hash[1];
|
||||
//add = "https://zoff.me";
|
||||
add = "localhost";
|
||||
add = "https://zoff.me";
|
||||
//add = "localhost";
|
||||
socket = io.connect(''+add+':8080', connection_options);
|
||||
|
||||
socket.on('auth_required', function() {
|
||||
|
||||
Reference in New Issue
Block a user