summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 8d1e898de..d0d82248a 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -38,7 +38,9 @@
</div>
<div id="app-content" ng-class="{loading: isLoading()}"
- ng-controller="ItemController" when-scrolled="scroll()" feed-navigation>
+ ng-controller="ItemController"
+ scroll-marks-read
+ item-shortcuts>
<?php print_unescaped($this->inc("part.items")); ?>
</div>