aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main.js')
-rw-r--r--core/src/main.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/main.js b/core/src/main.js
index f76d4f0b8e1..11a7ece6114 100644
--- a/core/src/main.js
+++ b/core/src/main.js
@@ -35,11 +35,9 @@ import OC from './OC/index.js'
import './globals.js'
import './jquery/index.js'
import { initCore } from './init.js'
-import { registerAppsSlideToggle } from './OC/apps.js'
window.addEventListener('DOMContentLoaded', function() {
initCore()
- registerAppsSlideToggle()
// fallback to hashchange when no history support
if (window.history.pushState) {