Skip to content

Commit

Permalink
Merge pull request #41955 from nextcloud/backport/41766/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(files_external): Fix "Could not find resource main.js to load"
  • Loading branch information
nickvergessen committed Dec 4, 2023
2 parents 3ef484d + dec04ec commit 0744821
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 0744821

Please sign in to comment.