Changing ports

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-05 14:45:56 +01:00
parent 4a4184ae3a
commit bb8dbafa9c
8 changed files with 12 additions and 12 deletions

View File

@@ -340,7 +340,7 @@ function initfp(){
if(window.location.hostname == "zoff.no") add = "https://zoff.no";
else add = window.location.hostname;
if(socket === undefined || Helper.mobilecheck()) socket = io.connect(''+add+':8880', connection_options);
if(socket === undefined || Helper.mobilecheck()) socket = io.connect(''+add+':8080', connection_options);
if($("#alreadyfp").length === 0 || Helper.mobilecheck() || !socket._callbacks.$playlists){
setup_playlist_listener();
}