mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
Merge pull request #41766 from nextcloud/bugfix/noid/remove-Could-not-find-resource-main.js
fix(files_external): Fix "Could not find resource main.js to load"
This commit is contained in:
commit
3365c87dd4
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');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue