From 48606027584e8e31eda191cd260d19edab8025fe Mon Sep 17 00:00:00 2001 From: odeimaiz Date: Mon, 2 Dec 2024 17:15:10 +0100 Subject: [PATCH] minor --- .../client/source/class/osparc/widget/PersistentIframe.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/static-webserver/client/source/class/osparc/widget/PersistentIframe.js b/services/static-webserver/client/source/class/osparc/widget/PersistentIframe.js index ff2e1ada4f0..5dafcac9b16 100644 --- a/services/static-webserver/client/source/class/osparc/widget/PersistentIframe.js +++ b/services/static-webserver/client/source/class/osparc/widget/PersistentIframe.js @@ -27,7 +27,7 @@ qx.Class.define("osparc.widget.PersistentIframe", { construct: function(source, el) { this.base(arguments, source); - this.__attacheIframeMessageHanders(); + this.__attachIframeMessageHandlers(); }, statics: { @@ -245,7 +245,7 @@ qx.Class.define("osparc.widget.PersistentIframe", { this.__iframe.setSource(newValue); }, - __attacheIframeMessageHanders: function() { + __attachIframeMessageHandlers: function() { // post messages this.postThemeSwitch = theme => { const iframe = this._getIframeElement();