osolmaz HF Staff commited on
Commit
b18b1e2
·
verified ·
1 Parent(s): c928c4b

Deploy ML Claw 69897792cb1b

Browse files
Files changed (1) hide show
  1. runtime/mlclaw-space-runtime.js +1 -1
runtime/mlclaw-space-runtime.js CHANGED
@@ -9332,7 +9332,7 @@ var CONTROL_BRANDING_SCRIPT = `(function () {
9332
  typeof data.nonce !== "string" ||
9333
  !/^[a-f0-9]{32}$/.test(data.nonce)
9334
  ) return;
9335
- window.location.assign("/plugins/brokerkit/ui/");
9336
  });
9337
  var summaryCursor = "";
9338
  var stopped = false;
 
9332
  typeof data.nonce !== "string" ||
9333
  !/^[a-f0-9]{32}$/.test(data.nonce)
9334
  ) return;
9335
+ window.location.assign("/plugins/brokerkit/ui/#${BROKERKIT_DELEGATED_UI_BOOTSTRAP}");
9336
  });
9337
  var summaryCursor = "";
9338
  var stopped = false;