summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-05 14:19:12 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-05 14:19:20 +0200
commit24114249513c15c69c5f240c9210a49c589bdd19 (patch)
treeea83640c4c781fea1a60fba7f25331628cf4d9de /templates
parent4e5ab402456426c8d620221554a46e8a88deaabf (diff)
make it possible to turn off mark read by scrolling
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 22a7fec5d..35c8e31a5 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -49,7 +49,7 @@
autopaging: isAutoPaging()
}"
ng-controller="ItemController"
- news-item-scroll
+ news-item-scroll="true"
item-shortcuts
tabindex="-1">
<?php print_unescaped($this->inc("part.items")); ?>