File tree 1 file changed +0
-13
lines changed
src/pydata_sphinx_theme/assets/scripts
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -597,18 +597,6 @@ if (hasVersionsJSON && (hasSwitcherMenu || wantsWarningBanner)) {
597
597
}
598
598
}
599
599
600
- /**
601
- * Fix bug #1603
602
- */
603
- function fixMoreLinksInMobileSidebar ( ) {
604
- const dropdown = document . querySelector (
605
- ".bd-sidebar-primary [id^=pst-nav-more-links]" ,
606
- ) ;
607
- if ( dropdown !== null ) {
608
- dropdown . classList . add ( "show" ) ;
609
- }
610
- }
611
-
612
600
/*******************************************************************************
613
601
* Add keyboard functionality to mobile sidebars.
614
602
*
@@ -728,5 +716,4 @@ documentReady(addTOCInteractivity);
728
716
documentReady ( setupSearchButtons ) ;
729
717
documentReady ( initRTDObserver ) ;
730
718
documentReady ( setupMobileSidebarKeyboardHandlers ) ;
731
- documentReady ( fixMoreLinksInMobileSidebar ) ;
732
719
documentReady ( setupLiteralBlockTabStops ) ;
You can’t perform that action at this time.
0 commit comments