mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-16 21:41:23 +02:00
viewfeed debugger: open properly for categories
This commit is contained in:
parent
d06cc8267b
commit
0e4e0e624e
@ -1049,7 +1049,7 @@ const App = {
|
||||
//Feeds.open({feed: Feeds.getActive(), is_cat: Feeds.activeIsCat(), viewfeed_debug: true});
|
||||
|
||||
App.postOpenWindow("backend.php", {op: "feeds", method: "view",
|
||||
feed: Feeds.getActive(), timestamps: 1, debug: 1, is_cat: Feeds.activeIsCat(), csrf_token: __csrf_token});
|
||||
feed: Feeds.getActive(), timestamps: 1, debug: 1, cat: Feeds.activeIsCat(), csrf_token: __csrf_token});
|
||||
};
|
||||
|
||||
this.hotkey_actions["feed_edit"] = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user