File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
services/static-webserver/client/source/class/osparc/widget Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -248,11 +248,11 @@ qx.Class.define("osparc.widget.PersistentIframe", {
248248 } ,
249249
250250 __attachInterframeMessageHandlers : function ( ) {
251- this . __attachThemeSyncer ( ) ;
252- this . __attachListeners ( ) ;
251+ this . __attachInterIframeThemeSyncer ( ) ;
252+ this . __attachInterIframeListeners ( ) ;
253253 } ,
254254
255- __attachThemeSyncer : function ( ) {
255+ __attachInterIframeThemeSyncer : function ( ) {
256256 this . postThemeSwitch = theme => {
257257 const msg = "osparc;theme=" + theme ;
258258 this . sendMessageToIframe ( msg ) ;
@@ -279,7 +279,7 @@ qx.Class.define("osparc.widget.PersistentIframe", {
279279 }
280280 } ,
281281
282- __attachListeners : function ( ) {
282+ __attachInterIframeListeners : function ( ) {
283283 this . __iframe . addListener ( "load" , ( ) => {
284284 const iframe = this . _getIframeElement ( ) ;
285285 if ( iframe ) {
You can’t perform that action at this time.
0 commit comments