I do NOT understand why this jquery hack is necessary

This commit is contained in:
Andrew Brown 2021-04-17 01:20:12 -07:00
parent f4fb049dde
commit fdce3d8539

View File

@ -38,7 +38,11 @@
<script type="text/javascript">
DISABLE_KEYBOARD_SHORTCUTS = true;
<%= yield :javascript %>
document.addEventListener("DOMContentLoaded", function(event) {
setTimeout(function() {
<%= yield :javascript %>
}, 1000);
});
</script>
</body>