]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(files_external): Fix "Could not find resource main.js to load" 41766/head
authorJoas Schilling <coding@schilljs.com>
Mon, 27 Nov 2023 11:35:15 +0000 (12:35 +0100)
committerJoas Schilling <coding@schilljs.com>
Mon, 27 Nov 2023 11:35:41 +0000 (12:35 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/files_external/lib/Listener/LoadAdditionalListener.php

index 6de23eb828473217b5c893816ab6667aa2e27443..bca9ce11cf6b49f9068e575057e295578d1e4f77 100644 (file)
@@ -53,6 +53,5 @@ class LoadAdditionalListener implements IEventListener {
                $this->initialState->provideInitialState('allowUserMounting', $allowUserMounting);
 
                Util::addInitScript(Application::APP_ID, 'init');
-               Util::addScript(Application::APP_ID, 'main', 'files');
        }
 }