mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Merge branch 'master' of https://github.com/nixolas1/Zoff
This commit is contained in:
@@ -82,7 +82,7 @@ if(isset($_GET['chan'])){
|
||||
|
||||
<div class="section">
|
||||
<ul class="row" id="channels">
|
||||
<div id="chan-html">
|
||||
<div id="chan-html" class="hide">
|
||||
<li id="chan-card" class="col s12 m4 l3">
|
||||
<div class="card">
|
||||
<a class="chan-link">
|
||||
|
||||
@@ -75,6 +75,8 @@ $(document).ready(function (){
|
||||
list_html = $("#channels").html();
|
||||
$("#channels").empty();
|
||||
|
||||
$("#search").focus();
|
||||
|
||||
var socket = io.connect('http://'+window.location.hostname+':3000');
|
||||
var playlists = [];
|
||||
socket.emit('frontpage_lists');
|
||||
|
||||
Reference in New Issue
Block a user