Add CHANGELOG and a map for test

This commit is contained in:
GRL 2021-06-29 09:40:15 +02:00
parent 5c3a207c72
commit 65d1e4e768
3 changed files with 18 additions and 2 deletions

View file

@ -12,7 +12,9 @@
<body>
<p>Website opened by script.</p>
<script>
WA.sendChatMessage('The iframe opened by a script works !', 'Mr Robot');
window.addEventListener('load', () => {
WA.sendChatMessage('The iframe opened by a script works !', 'Mr Robot');
})
</script>
</body>
</html>