mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:55:56 +00:00
minor fixes for previous
This commit is contained in:
@@ -770,7 +770,7 @@ function parse_runtime_info(data) {
|
||||
if (k == "update_result") {
|
||||
var updatesIcon = dijit.byId("updatesIcon").domNode;
|
||||
|
||||
if (v != "") {
|
||||
if (v) {
|
||||
Element.show(updatesIcon);
|
||||
} else {
|
||||
Element.hide(updatesIcon);
|
||||
|
||||
Reference in New Issue
Block a user