Skip to content

Commit

Permalink
Merge pull request #41766 from nextcloud/bugfix/noid/remove-Could-not…
Browse files Browse the repository at this point in the history
…-find-resource-main.js

fix(files_external): Fix "Could not find resource main.js to load"
  • Loading branch information
nickvergessen authored Nov 28, 2023
2 parents 624f8f8 + 64f5faf commit 3365c87
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@ public function handle(Event $event): void {
$this->initialState->provideInitialState('allowUserMounting', $allowUserMounting);

Util::addInitScript(Application::APP_ID, 'init');
Util::addScript(Application::APP_ID, 'main', 'files');
}
}

0 comments on commit 3365c87

Please sign in to comment.