Apply some customization
This commit is contained in:
@ -431,7 +431,14 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
});
|
||||
},
|
||||
catchupCurrent: function(mode) {
|
||||
this.catchupFeed(this.getActive(), this.activeIsCat(), mode);
|
||||
Headlines.select('unread');
|
||||
Headlines.selectionToggleUnread({ no_error: 1 });
|
||||
let _feeds = this;
|
||||
setTimeout(function() {
|
||||
if (_feeds.getActive() != undefined) {
|
||||
_feeds.open({feed: _feeds.getActive(), is_cat: _feeds.activeIsCat()});
|
||||
}
|
||||
}, 1000);
|
||||
},
|
||||
catchupFeedInGroup: function(id) {
|
||||
const title = this.getName(id);
|
||||
|
Reference in New Issue
Block a user