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 eeb7661 commit 6a0ebb0Copy full SHA for 6a0ebb0
services/static-webserver/client/source/class/osparc/dashboard/CardBase.js
@@ -24,14 +24,6 @@ qx.Class.define("osparc.dashboard.CardBase", {
24
construct: function() {
25
this.base(arguments);
26
27
- if (osparc.utils.DisabledPlugins.isRTCEnabled()) {
28
- // "IN_USE" is not a blocker anymore
29
- const inUseIdx = qx.util.PropertyUtil.getProperties(osparc.dashboard.CardBase).blocked.check.indexOf("IN_USE");
30
- if (inUseIdx > -1) {
31
- qx.util.PropertyUtil.getProperties(osparc.dashboard.CardBase).blocked.check.splice(inUseIdx, 1);
32
- }
33
34
-
35
[
36
"pointerover",
37
"focus"
0 commit comments