mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:05:56 +00:00
getfeedname: fix for non-numeric feeds (tags)
This commit is contained in:
@@ -321,6 +321,9 @@ function hideOrShowFeeds(hide) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getFeedName(feed, is_cat) {
|
function getFeedName(feed, is_cat) {
|
||||||
|
|
||||||
|
if (isNaN(feed)) return feed; // it's a tag
|
||||||
|
|
||||||
var tree = dijit.byId("feedTree");
|
var tree = dijit.byId("feedTree");
|
||||||
|
|
||||||
if (tree && tree.model)
|
if (tree && tree.model)
|
||||||
|
|||||||
Reference in New Issue
Block a user