More HTML5 validation

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-04 01:08:04 +02:00
parent 74513002ca
commit 7b8f0e78e1
6 changed files with 6 additions and 5 deletions

View File

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