mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Update frontpage.js
This commit is contained in:
committed by
GitHub
parent
e59f332689
commit
0b3357e752
@@ -462,7 +462,7 @@ var Frontpage = {
|
|||||||
else add = window.location.hostname;
|
else add = window.location.hostname;
|
||||||
if(socket === undefined) {
|
if(socket === undefined) {
|
||||||
no_socket = false;
|
no_socket = false;
|
||||||
socket = io.connect(''+add+':8080', connection_options);
|
socket = io.connect(''+add, connection_options);
|
||||||
socket.on('update_required', function(msg) {
|
socket.on('update_required', function(msg) {
|
||||||
if(window.location.hostname == "localhost") {
|
if(window.location.hostname == "localhost") {
|
||||||
console.log(msg);
|
console.log(msg);
|
||||||
|
|||||||
Reference in New Issue
Block a user