mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
wufck
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user