delegate, don't duplicate. better this way

This commit is contained in:
Jakob Ketterl 2021-01-16 21:20:21 +01:00
parent 667fe596dc
commit 98da3a6d99

View File

@ -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) {