summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-12-07 17:10:36 +0300
committerAndrew Dolgov <[email protected]>2020-12-07 17:10:36 +0300
commit0e4e0e624e7e46ba066fdd9a7dbb83409cfa3d44 (patch)
tree961170d98f1b26ef1e7536cc24648f8627491855 /js
parentd06cc8267bb7dfadd3693260af8788aa990a304e (diff)
viewfeed debugger: open properly for categories
Diffstat (limited to 'js')
-rw-r--r--js/App.js2
1 files changed, 1 insertions, 1 deletions
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"] = () => {