disable resort_feedlist; misc fixes in plain feedlist
This commit is contained in:
parent
0ce6115754
commit
ac4bedc341
2 changed files with 8 additions and 8 deletions
|
@ -612,6 +612,8 @@ function resort_category(node, cat_mode) {
|
|||
}
|
||||
|
||||
function resort_feedlist() {
|
||||
return;
|
||||
|
||||
console.log("resort_feedlist");
|
||||
|
||||
if ($("FCATLIST--1")) {
|
||||
|
|
|
@ -4384,14 +4384,12 @@
|
|||
$result = db_query($link, "SELECT * FROM
|
||||
ttrss_labels2 WHERE owner_uid = '$owner_uid' ORDER by caption");
|
||||
|
||||
if (db_num_rows($result) > 0) {
|
||||
if (get_pref($link, 'ENABLE_FEED_CATS')) {
|
||||
$cat_hidden = get_pref($link, "_COLLAPSED_LABELS");
|
||||
$cat = feedlist_init_cat($link, -2, $cat_hidden);
|
||||
} else {
|
||||
$cat['items'] = array();
|
||||
}
|
||||
}
|
||||
|
||||
while ($line = db_fetch_assoc($result)) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue