From 98da3a6d99bf76d674e705e5c1c77047d2872721 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 16 Jan 2021 21:20:21 +0100 Subject: [PATCH] delegate, don't duplicate. better this way --- htdocs/lib/MetaPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/MetaPanel.js b/htdocs/lib/MetaPanel.js index d9d9d8e..e06409d 100644 --- a/htdocs/lib/MetaPanel.js +++ b/htdocs/lib/MetaPanel.js @@ -93,12 +93,12 @@ YsfMetaPanel.prototype.update = function(data) { }; YsfMetaPanel.prototype.clear = function() { + MetaPanel.prototype.clear.call(this); this.setMode(); this.setSource(); this.setLocation(); this.setUp(); this.setDown(); - this.el.find(".openwebrx-meta-slot").removeClass("active"); }; YsfMetaPanel.prototype.setMode = function(mode) {