Fixing validator issues

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-04 00:57:05 +02:00
parent 3bc8674149
commit 74513002ca
10 changed files with 19 additions and 17 deletions

View File

@@ -89,7 +89,9 @@ $(document).ready(function (){
//Materialize.toast("<a href='/remote' style='color:white;'>Try out our new feature, remote!</a>", 8000)
list_html = $("#channels").html();
list_html = $("#channel-list-container").html();
console.log(list_html);
window.list_html = list_html;
$("#channels").empty();
var socket = io.connect('//'+window.location.hostname+':3000');