Working updating of playlist and populating

This commit is contained in:
Kasper Rynning-Tønnesen
2018-08-08 22:54:41 +02:00
parent 1255940682
commit 7d6a54ae10
7 changed files with 140 additions and 102 deletions

View File

@@ -6,4 +6,12 @@
{{/if}}
{{/each}}
</ul>
<div class="hidden-channel-list hide">
<ul class="row" id="channels">
{{>frontpage/channel}}
</ul>
</div>
<script id="lists-script">
var lists = {{{channel_list}}}
</script>
</div>