Found more errors left from the doctype html and cleaned it up

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-19 19:23:56 +02:00
parent a3d1157f57
commit 0236624bd6
6 changed files with 19 additions and 6 deletions

View File

@@ -70,7 +70,6 @@
var socket = io.connect('//'+window.location.hostname+':3000');
var guid = "<?php echo $guid; ?>";
socket.on("get_list", function(){
console.log("get_list");
socket.emit('list', '<?php echo $list; ?>,'+guid);
});
</script>