Skip to content

Commit eda5279

Browse files
committed
chore(files_versions): Remove unused reference to css
Signed-off-by: Louis Chmn <louis@chmn.me>
1 parent 0f762a0 commit eda5279

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

apps/files_versions/lib/Listener/LoadAdditionalListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public function handle(Event $event): void {
2323

2424
// TODO: make sure to only include the sidebar script when
2525
// we properly split it between files list and sidebar
26-
Util::addStyle(Application::APP_ID, 'sidebar-tab');
2726
Util::addInitScript(Application::APP_ID, 'sidebar-tab');
2827
}
2928
}

apps/files_versions/lib/Listener/LoadSidebarListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public function handle(Event $event): void {
2323

2424
// TODO: make sure to only include the sidebar script when
2525
// we properly split it between files list and sidebar
26-
Util::addStyle(Application::APP_ID, 'sidebar-tab');
2726
Util::addInitScript(Application::APP_ID, 'sidebar-tab');
2827
}
2928
}

0 commit comments

Comments
 (0)