Navigating from channel to frontpage and back-and-forth now works a lot better

This commit is contained in:
Kasper Rynning-Tønnesen
2016-05-10 14:13:13 +02:00
parent 4b52710749
commit f1e52ced03
6 changed files with 79 additions and 48 deletions

View File

@@ -138,7 +138,7 @@ if(isset($_GET['chan'])){
<div class="indeterminate" id="channel-load-move"></div>
</div>
<main class="center-align container">
<div class="section">
<div id="main_section_frontpage" class="section">
<div id="preloader" class="progress">
<div class="indeterminate"></div>
</div>
@@ -170,7 +170,6 @@ if(isset($_GET['chan'])){
</div>
</div>
</main>
<div id="frontpage_player"></div>
<?php include("php/footer.php"); ?>
</body>