summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-12-07 16:59:48 +0300
committerAndrew Dolgov <[email protected]>2020-12-07 16:59:48 +0300
commitd06cc8267bb7dfadd3693260af8788aa990a304e (patch)
tree8ac8d8cb5900b17ef637093642737bac4250d176 /js
parente40b79ab330b93ef14bb6a71e857673721579d68 (diff)
queryFeedHeadlines: bring back DISTINCT for a limited set of columns
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 31e812925..9170e7f0c 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, is_cat: Feeds.activeIsCat(), csrf_token: __csrf_token});
+ feed: Feeds.getActive(), timestamps: 1, debug: 1, is_cat: Feeds.activeIsCat(), csrf_token: __csrf_token});
};
this.hotkey_actions["feed_edit"] = () => {