Skip to content

Commit

Permalink
Update childframe.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniejames authored Apr 30, 2019
1 parent 36ac504 commit b038f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion childframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1 style="font-size: 1.60rem; margin-bottom: 1.5rem;">dev.iframe.com</h1>
e.stopPropagation();
// Send the user's age and height to the parent window--sending the
// data as an object that the parent can receive and parse.
const domain = 'https://vinniejames.de';
const domain = 'http://vinniejames.de';
console.log("Sending data to ", domain);
parent.postMessage(
{
Expand Down

0 comments on commit b038f32

Please sign in to comment.