forked from Archives/Athou_commafeed
mark older than half a day
This commit is contained in:
@@ -501,6 +501,10 @@ module.controller('ToolbarCtrl', [
|
||||
$scope.markAllAsRead = function() {
|
||||
markAll();
|
||||
};
|
||||
|
||||
$scope.markAll12Hours = function() {
|
||||
markAll(new Date().getTime() - 43200000);
|
||||
};
|
||||
|
||||
$scope.markAllDay = function() {
|
||||
markAll(new Date().getTime() - 86400000);
|
||||
|
||||
Reference in New Issue
Block a user