no message

This commit is contained in:
belevo\mh
2025-12-17 10:01:23 +01:00
parent a36c575ad7
commit 883b3815be

View File

@@ -1,3 +1,13 @@
<div style="padding:20px;font-size:24px;color:red;">
ICH BIN DIE RICHTIGE MODULE.HTML
</div>
<div style="padding:12px;font-family:system-ui;">
<div id="out" style="font-size:14px;"></div>
</div>
<script>
window.handleMessage = function (data) {
document.getElementById('out').textContent =
JSON.stringify(data, null, 2);
};
// initial anstoßen
setTimeout(() => requestAction('Refresh', 1), 200);
</script>