1
0
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:
Andrew Dolgov
2020-02-22 16:44:31 +03:00
parent 4ab3854aed
commit 788ea95fbd
3 changed files with 8 additions and 7 deletions

View File

@@ -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) {