summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-08-28 11:42:01 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-08-28 11:42:01 +0200
commit08ddaba792128f801f8dcab1f52e435ef7984bf1 (patch)
treedeb2cf1f162a71da9522ba15d6102c32fd74f096 /templates/main.php
parent73e0c1704dc6a62a571f8d26b073349e3442298d (diff)
fix mobile button
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index 9185eb2f7..e879c8a18 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -42,7 +42,9 @@
<!-- content -->
<script type="text/ng-template" id="content.html"><?php print_unescaped($this->inc('part.content')) ?></script>
- <div id="app-content"
+ <div id="app-content"></div>
+ <div
+ id="content-container"
ng-class="{
'icon-loading': App.loading.isLoading('content'),
'autopaging': App.loading.isLoading('autopaging')
@@ -54,6 +56,7 @@
news-scroll-enabled-auto-page="Content.autoPagingEnabled()"
news-scroll-enabled-mark-read="Content.markReadEnabled()"
news-scroll-auto-page="Content.autoPage()"
- news-scroll-mark-read="Content.scrollRead(itemIds)"></div>
+ news-scroll-mark-read="Content.scrollRead(itemIds)">
+ </div>
</div>