diff options
author | Joas Schilling <coding@schilljs.com> | 2023-11-27 12:35:15 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-11-27 12:35:41 +0100 |
commit | 64f5faf8b5378c9c43c065a1eb2999c30f13e414 (patch) | |
tree | 1b173b6a5184caf149ac5523db301752a8c502ba /apps/files_external | |
parent | e4162798b8b021f16b1cb5a5c7d4faa49ed4d006 (diff) | |
download | nextcloud-server-64f5faf8b5378c9c43c065a1eb2999c30f13e414.tar.gz nextcloud-server-64f5faf8b5378c9c43c065a1eb2999c30f13e414.zip |
fix(files_external): Fix "Could not find resource main.js to load"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/lib/Listener/LoadAdditionalListener.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/lib/Listener/LoadAdditionalListener.php b/apps/files_external/lib/Listener/LoadAdditionalListener.php index 6de23eb8284..bca9ce11cf6 100644 --- a/apps/files_external/lib/Listener/LoadAdditionalListener.php +++ b/apps/files_external/lib/Listener/LoadAdditionalListener.php @@ -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'); } } |