summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-06-02 09:49:12 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-06-02 09:49:44 +0200
commitf37984d16742fa20638828456b3ca626d9054061 (patch)
tree24ee2bf37c2b1e3a0927d1e151adf9893ee95329 /templates
parent1c7f6b434d7352e33ef6a13a5b458d84dce248a6 (diff)
fix #805
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index deac22a07..f7633828e 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -22,7 +22,7 @@
<li class="item {{ ::Content.getFeed(item.feedId).cssClass }}"
ng-repeat="item in Content.getItems() |
orderBy:[Content.orderBy()] track by item.id"
- ng-click="Content.markRead(item.id)"
+ ng-mouseup="Content.markRead(item.id)"
ng-class="{read: !item.unread, open: item.show}"
data-id="{{ ::item.id }}">