From 0e4e0e624e7e46ba066fdd9a7dbb83409cfa3d44 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 7 Dec 2020 17:10:36 +0300 Subject: [PATCH] viewfeed debugger: open properly for categories --- js/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/App.js b/js/App.js index 9170e7f0c..87c4bd3e7 100644 --- a/js/App.js +++ b/js/App.js @@ -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"] = () => {