Spaces:
Running
Running
Deploy ML Claw 69897792cb1b
Browse files
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;
|