summaryrefslogtreecommitdiff
path: root/js/AppBase.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/AppBase.js')
-rw-r--r--js/AppBase.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/js/AppBase.js b/js/AppBase.js
index bb2c3cbcc..121b7aa85 100644
--- a/js/AppBase.js
+++ b/js/AppBase.js
@@ -262,14 +262,6 @@ define(["dojo/_base/declare"], function (declare) {
return;
}
- if (k == "update_result") {
- if (v) {
- Element.show("updates-available");
- } else {
- Element.hide("updates-available");
- }
- }
-
if (k == "recent_log_events") {
const alert = $$(".log-alert")[0];