Added doctype in all php files, and adjusted heights and css styling accordingly to the 'new' boxmodel

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-19 18:18:38 +02:00
parent 74f2a3d62a
commit b9707fe37b
8 changed files with 51 additions and 33 deletions

View File

@@ -3,7 +3,7 @@ var id;
//var socket;
$(document).ready(function (){
setTimeout(function(){$("#code-input").focus();},500);
setTimeout(function(){$("#search").focus();},500);
socket = io.connect('//'+window.location.hostname+':3000');
id = window.location.pathname.split("/")[2];
if(id)