This commit is contained in:
Nicolas A. Tonne
2015-09-09 16:55:47 +02:00
parent c8515d9753
commit 4bfb7abcc1
6 changed files with 6 additions and 6 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+'8880');
socket = io.connect('//'+window.location.hostname+':8880');
id = window.location.pathname.split("/")[2];
if(id)
{