diff options
Diffstat (limited to 'core/src/main.js')
-rw-r--r-- | core/src/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main.js b/core/src/main.js index 21213d7279e..492ac37c4ac 100644 --- a/core/src/main.js +++ b/core/src/main.js @@ -33,7 +33,7 @@ import './jquery/index' import { initCore } from './init' import { registerAppsSlideToggle } from './OC/apps' -$(document).ready(function() { +window.addEventListener('DOMContentLoaded', function() { initCore() registerAppsSlideToggle() |