mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-01 12:27:11 +00:00
* switch to xhr.post() almost everywhere
* call App.handlerpcjson() automatically on json request (if possible) * show net/log indicators in prefs
This commit is contained in:
@@ -832,8 +832,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
|
||||
print "<label>" . __('Place in category:') . "</label> ";
|
||||
|
||||
print_feed_cat_select("cat_id", false,
|
||||
'disabled="1" dojoType="fox.form.Select"');
|
||||
print \Controls\select_feeds_cats("cat_id", null, ['disabled' => '1']);
|
||||
|
||||
$this->batch_edit_cbox("cat_id");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user