mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 18:41:29 +00:00
pref-filters: disable rescore all feeds button unless feed debugging is enabled
This commit is contained in:
@@ -320,8 +320,10 @@
|
||||
print "<button onclick=\"return removeSelectedFilters()\">".
|
||||
__('Remove')."</button> ";
|
||||
|
||||
if (defined('_ENABLE_FEED_DEBUGGING')) {
|
||||
print "<button onclick=\"rescore_all_feeds()\">".
|
||||
__('Rescore articles')."</button> ";
|
||||
}
|
||||
|
||||
if ($filter_search) {
|
||||
$filter_search = split(' ', db_escape_string($filter_search));
|
||||
|
||||
Reference in New Issue
Block a user