mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-07 18:15:35 +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
|
dismissible: false
|
||||||
});
|
});
|
||||||
color = "#" + hash[1];
|
color = "#" + hash[1];
|
||||||
add = "http://localhost";
|
add = "https://zoff.me";
|
||||||
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