Fixed typo

This commit is contained in:
Kasper Rynning-Tønnesen
2017-09-13 15:46:44 +02:00
parent a42b746abf
commit 165ca4ad32
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -404,7 +404,7 @@ function initfp(){
if(window.location.hostname != "fb.zoff.me") share_link_modifier_frontpage();
if(window.location.hostname != "zoff.me") add = "https://zoff.me";
if(window.location.hostname == "zoff.me") add = "https://zoff.me";
else add = window.location.hostname;
if(socket === undefined || Helper.mobilecheck() || user_auth_avoid) {
socket = io.connect(''+add+':8080', connection_options);