Merge pull request #41955 from nextcloud/backport/41766/stable28

[stable28] fix(files_external): Fix "Could not find resource main.js to load"
pull/42000/head
Joas Schilling 2023-12-04 08:55:21 +07:00 committed by GitHub
commit 0744821ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

@ -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');
}
}