mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
- Not using #playbar anymore, since the default controls work on mobile - Removed List.dragging code, not in use anymore
15 lines
451 B
Handlebars
Executable File
15 lines
451 B
Handlebars
Executable File
<div id="main-container" class="channelpage noselect cursor-default">
|
|
{{> channel/header}}
|
|
<div id="channel-load" class="progress">
|
|
<div class="indeterminate" id="channel-load-move"></div>
|
|
</div>
|
|
<main class="container center-align main">
|
|
<div id="main-row" class="row">
|
|
{{> channel/players}}
|
|
{{> channel/tabs}}
|
|
</div>
|
|
<!--<div id="playbar">
|
|
</div>-->
|
|
</main>
|
|
</div>
|