mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(files_external): Fix "Could not find resource main.js to load"
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
e4162798b8
commit
64f5faf8b5
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