We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c85fb commit 67d4a72Copy full SHA for 67d4a72
services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js
@@ -313,7 +313,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
313
this.__listenToNodeUpdated();
314
this.__listenToNodeProgress();
315
this.__listenToNoMoreCreditsEvents();
316
- this.__listenToEvent();
+ this.__listenToServiceCustomEvents();
317
this.__listenToServiceStatus();
318
this.__listenToStatePorts();
319
},
@@ -514,7 +514,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
514
}
515
516
517
- __listenToEvent: function() {
+ __listenToServiceCustomEvents: function() {
518
const socket = osparc.wrapper.WebSocket.getInstance();
519
520
// callback for events
0 commit comments