mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Merge pull request #31238 from nextcloud/fix/dashboard_theming
Load scripts of theming app before the dashboard
This commit is contained in:
commit
098dfe15c1
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ class DashboardController extends Controller {
|
|||
*/
|
||||
public function index(): TemplateResponse {
|
||||
\OCP\Util::addStyle('dashboard', 'dashboard');
|
||||
\OCP\Util::addScript('dashboard', 'main');
|
||||
\OCP\Util::addScript('dashboard', 'main', 'theming');
|
||||
|
||||
$this->eventDispatcher->dispatchTyped(new LoadSidebar());
|
||||
if (class_exists(LoadViewer::class)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue