summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.php')
-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 }}">