Skip to content

Commit

Permalink
Update t1.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarvd01 authored Aug 4, 2018
1 parent b33d2cc commit 3fb66e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<body>
<script>
var popup = window.open('https://sites.google.com/site/testsite5667747/');
function post(){popup.postMessage("ping","*")}
function post(){popup.postMessage("ping","*"); console.log('done');}
setInterval(post,1000);
</script>
</body>
Expand Down

0 comments on commit 3fb66e2

Please sign in to comment.