minor fixes for previous
This commit is contained in:
parent
efcc5d365d
commit
119ba03bd4
|
@ -220,7 +220,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
return "";
|
||||
}
|
||||
|
||||
function make_runtime_info() {
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue