web: Added interval checking for nos2x

This commit is contained in:
Thomas Mathews 2022-11-18 08:51:52 -08:00
parent 86f4aa836f
commit 199511bc17

View file

@ -21,7 +21,7 @@
// This is our main entry. // This is our main entry.
// https://developer.mozilla.org/en-US/docs/Web/API/Window/DOMContentLoaded_event // https://developer.mozilla.org/en-US/docs/Web/API/Window/DOMContentLoaded_event
addEventListener('DOMContentLoaded', (ev) => { addEventListener('DOMContentLoaded', (ev) => {
damus_web_init() damus_web_init();
}); });
</script> </script>
<div id="gsticker" title="This is alpha software.">αlpha</div> <div id="gsticker" title="This is alpha software.">αlpha</div>