coyotte508 HF Staff commited on
Commit
49526f4
·
verified ·
1 Parent(s): 199b99a

Update index.html

Browse files
Files changed (1) hide show
  1. 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>