All checks were successful
Build & Release Plugin / build (push) Successful in 14s
Convert web admin from inline HTML to SPA module pattern. Add toss and scan include stubs. Fix fw_archiver cross-platform compatibility. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
266 B
HTML
8 lines
266 B
HTML
<div id="echomail-spa-root"></div>
|
|
<script src="/plugins/echomail/web/echomail.js"></script>
|
|
<script>
|
|
if (typeof Echomail !== 'undefined' && document.getElementById('echomail-spa-root')) {
|
|
Echomail.render(document.getElementById('echomail-spa-root'));
|
|
}
|
|
</script>
|