Skip to content

Commit 6a0ebb0

Browse files
committed
fix
1 parent eeb7661 commit 6a0ebb0

File tree

1 file changed

+0
-8
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+0
-8
lines changed

services/static-webserver/client/source/class/osparc/dashboard/CardBase.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ qx.Class.define("osparc.dashboard.CardBase", {
2424
construct: function() {
2525
this.base(arguments);
2626

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-
3527
[
3628
"pointerover",
3729
"focus"

0 commit comments

Comments
 (0)