mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
get rid of this hacky fix
This commit is contained in:
parent
86ba83c22d
commit
8ee47c2d04
@ -37,11 +37,9 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
DISABLE_KEYBOARD_SHORTCUTS = true;
|
||||
|
||||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
setTimeout(function () {
|
||||
<%= yield :javascript %>
|
||||
}, 2000);
|
||||
|
||||
$(document).ready(function() {
|
||||
<%= yield :javascript %>
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user