mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 02:55:55 +00:00
remove some bitmaps and rework stuff using it to use iconfont instead
This commit is contained in:
@@ -264,12 +264,10 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
}
|
||||
|
||||
if (k == "update_result") {
|
||||
const updatesIcon = dijit.byId("updatesIcon").domNode;
|
||||
|
||||
if (v) {
|
||||
Element.show(updatesIcon);
|
||||
Element.show("updates-available");
|
||||
} else {
|
||||
Element.hide(updatesIcon);
|
||||
Element.hide("updates-available");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user