script cache fix
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
(async () => {
|
||||
try {
|
||||
if (!customElements.get("openclaw-chat-card")) {
|
||||
await import("/openclaw/openclaw-chat-card.js");
|
||||
const src = "/openclaw/openclaw-chat-card.js?v=0.1.20";
|
||||
console.info("OpenClaw loader importing", src);
|
||||
await import(src);
|
||||
}
|
||||
} catch (err) {
|
||||
console.error("OpenClaw: failed to load chat card bundle from /openclaw/openclaw-chat-card.js", err);
|
||||
|
||||
Reference in New Issue
Block a user