mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Found more errors left from the doctype html and cleaned it up
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user