mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Forgot to revert embedded target
This commit is contained in:
2
server/public/assets/dist/embed.min.js
vendored
2
server/public/assets/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -43,7 +43,7 @@ $(document).ready(function(){
|
||||
dismissible: false
|
||||
});
|
||||
color = "#" + hash[1];
|
||||
add = "http://localhost";
|
||||
add = "https://zoff.me";
|
||||
socket = io.connect(''+add+':8080', connection_options);
|
||||
|
||||
socket.on('auth_required', function() {
|
||||
|
||||
Reference in New Issue
Block a user