Skip to content

Commit

Permalink
feat: Migrate to new files API
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Nov 9, 2023
1 parent 53cab57 commit e9d0182
Show file tree
Hide file tree
Showing 6 changed files with 14,201 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Listeners/LoadAdditionalScripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function handle(Event $event): void {
return;
}

Util::addScript(Application::APP_ID, 'files');
Util::addInitScript(Application::APP_ID, 'files_lock-main');
Util::addStyle(Application::APP_ID, 'files_lock');
}
}
Loading

0 comments on commit e9d0182

Please sign in to comment.