File tree Expand file tree Collapse file tree 7 files changed +0
-374
lines changed
Expand file tree Collapse file tree 7 files changed +0
-374
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import Notification from './notification';
1212import NotificationDoc from './notificationDoc' ;
1313import QuickLinksHeader from './quickLinksHeader' ;
1414import ResizeByChildren from './resizeByChildren' ;
15- import Sidebar from './sidebar' ;
1615import { initializeSlider } from './slider' ;
1716import Sort from './sort' ;
1817import SplitButton from './splitButton' ;
@@ -52,7 +51,6 @@ const EventCalendarInstance = new EventCalendar();
5251const NotificationDocInstance = new NotificationDoc ( ) ;
5352const NotificationInstance = new Notification ( ) ;
5453const DynamicSidebarInstance = new DynamicSidebar ( ) ;
55- const SidebarInstance = new Sidebar ( ) ;
5654const SteppersInstance = new Steppers ( ) ;
5755
5856document . addEventListener ( 'DOMContentLoaded' , ( ) => {
@@ -76,7 +74,6 @@ document.addEventListener('DOMContentLoaded', () => {
7674 SplitButtonInstance . syncSplitButton ( ) ;
7775 EventCalendarInstance . initiateCalendar ( ) ;
7876 NotificationDocInstance . addListener ( ) ;
79- SidebarInstance . applySidebar ( ) ;
8077 DynamicSidebarInstance . applySidebar ( ) ;
8178 SteppersInstance . enableStepper ( ) ;
8279
You can’t perform that action at this time.
0 commit comments