Files
HIS/niayesh/compiler.js.download
m.imanpour 2a4b8c3ccd
Some checks failed
Build and Deploy Angular App (Artifacts, Gitea-safe) / test (push) Failing after 1m39s
Build and Deploy Angular App (Artifacts, Gitea-safe) / build (push) Has been skipped
Build and Deploy Angular App (Artifacts, Gitea-safe) / scan (push) Has been skipped
Build and Deploy Angular App (Artifacts, Gitea-safe) / deploy (push) Has been skipped
Init Try
2025-12-10 00:35:50 +03:30

4 lines
133 B
Plaintext

const eventData = document.createEvent('Event');
eventData.initEvent('RomeoLoaded', false, true);
document.dispatchEvent(eventData);