Skip to content

Commit effd97b

Browse files
committed
isSimultaneousAccessEnabled
1 parent 1ec6ab7 commit effd97b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

services/static-webserver/client/source/class/osparc/utils/DisabledPlugins.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ qx.Class.define("osparc.utils.DisabledPlugins", {
5757
return this.__isPluginDisabled(this.LICENSES);
5858
},
5959

60+
isSimultaneousAccessEnabled: function() {
61+
return true;
62+
},
63+
6064
__isPluginDisabled: function(key) {
6165
const statics = osparc.store.Store.getInstance().get("statics");
6266
if (statics) {

0 commit comments

Comments
 (0)