diff options
author | Joas Schilling <coding@schilljs.com> | 2023-11-27 12:35:15 +0100 |
---|---|---|
committer | Eduardo Morales <emoral435@gmail.com> | 2023-12-01 15:28:41 -0600 |
commit | dec04eccb004342dc80910e61bdf68f1f08854de (patch) | |
tree | 50a5f6611df0cd136e717ae284d5825fd819ecca /apps/files_external/lib | |
parent | ed809fd0f644ef9102958b9c2f5a3fa6c585cbc0 (diff) | |
download | nextcloud-server-dec04eccb004342dc80910e61bdf68f1f08854de.tar.gz nextcloud-server-dec04eccb004342dc80910e61bdf68f1f08854de.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/lib')
-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'); } } |