Send the EXTENSION_SETUP message on /onboarding too

This commit is contained in:
Carlos Quintana 2022-05-17 16:51:08 +02:00
parent 8ac87217d2
commit d3f4602bb7
No known key found for this signature in database
GPG Key ID: 15E73DCC410679F8
1 changed files with 7 additions and 0 deletions

View File

@ -26,4 +26,11 @@
</div>
<script type="text/javascript">
setTimeout(function() {
const data = { tag: "PERFORM_EXTENSION_SETUP" };
window.postMessage(data, "/");
}, 300);
</script>
{% endblock %}