]> git.wh0rd.org - tt-rss.git/blobdiff - js/FeedTree.js
add special class for feeds with disabled updates
[tt-rss.git] / js / FeedTree.js
old mode 100644 (file)
new mode 100755 (executable)
index 63fa308..aff481e
@@ -267,6 +267,7 @@ require(["dojo/_base/declare", "dojo/dom-construct", "dijit/Tree", "dijit/Menu"]
                                "dijitTreeRow Error";
 
                        if (item.unread > 0) rc += " Unread";
+                       if (item.updates_disabled > 0) rc += " UpdatesDisabled";
 
                        return rc;
                },