allow keyboard shortcuts when keep unread checkbox is focused (fix #198)

This commit is contained in:
Athou
2013-07-08 12:12:14 +02:00
parent e357810b22
commit c8ff6e1d20

View File

@@ -80,7 +80,7 @@
class="pointer"></i>
</span>
<label class="checkbox inline">
<input type="checkbox" ng-checked="!entry.read" ng-click="mark(entry, !entry.read)"></input>
<input type="checkbox" ng-checked="!entry.read" ng-click="mark(entry, !entry.read)" class="mousetrap"></input>
${view.keep_unread}
</label>