mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
I do NOT understand why this jquery hack is necessary
This commit is contained in:
parent
f4fb049dde
commit
fdce3d8539
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user