Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
console.log("event", event);
|
| 11 |
document.querySelector("#plan").text = JSON.stringify(event.data.plan, null, 2);
|
| 12 |
})
|
| 13 |
-
postMessage({type: "USER_PLAN_REQUEST"}, "*");
|
| 14 |
</script>
|
| 15 |
</head>
|
| 16 |
<body>
|
|
|
|
| 10 |
console.log("event", event);
|
| 11 |
document.querySelector("#plan").text = JSON.stringify(event.data.plan, null, 2);
|
| 12 |
})
|
| 13 |
+
window.parent?.postMessage({type: "USER_PLAN_REQUEST"}, "*");
|
| 14 |
</script>
|
| 15 |
</head>
|
| 16 |
<body>
|