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