mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:05:55 +00:00
feed tree: do not mark Labels as Special
This commit is contained in:
@@ -367,7 +367,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
if (params.hasOwnProperty(k)) {
|
||||
switch (k) {
|
||||
case "label_base_index":
|
||||
_label_base_index = parseInt(params[k]);
|
||||
LABEL_BASE_INDEX = parseInt(params[k]);
|
||||
break;
|
||||
case "cdm_auto_catchup":
|
||||
if (params[k] == 1) {
|
||||
|
||||
Reference in New Issue
Block a user