use port 8880 for cloudflare compability maybe

This commit is contained in:
Nicolas A. Tonne
2015-09-09 16:53:31 +02:00
parent 45e390304b
commit c8515d9753
7 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ window.mobilecheck = function() {
$(document).ready(function (){
document.title = "Zöff Remote";
setTimeout(function(){$("#search").focus();},500);
socket = io.connect('//'+window.location.hostname+':3000');
socket = io.connect('//'+window.location.hostname+'8880');
id = window.location.pathname.split("/")[2];
if(id)
{