Skip to content

Commit 0744821

Browse files
Merge pull request #41955 from nextcloud/backport/41766/stable28
[stable28] fix(files_external): Fix "Could not find resource main.js to load"
2 parents 3ef484d + dec04ec commit 0744821

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/files_external/lib/Listener/LoadAdditionalListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,5 @@ public function handle(Event $event): void {
5353
$this->initialState->provideInitialState('allowUserMounting', $allowUserMounting);
5454

5555
Util::addInitScript(Application::APP_ID, 'init');
56-
Util::addScript(Application::APP_ID, 'main', 'files');
5756
}
5857
}

0 commit comments

Comments
 (0)