theme: remove unused collapsable menu styles #210

This commit is contained in:
Sören Weber 2022-02-26 00:23:47 +01:00
parent fb30e269e6
commit 103f750670
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -336,12 +336,6 @@ jQuery(function() {
initArrowNav(); initArrowNav();
scrollToActiveMenu(); scrollToActiveMenu();
jQuery('#sidebar .category-icon').on('click', function() {
$( this ).toggleClass("fa-angle-down fa-angle-right") ;
$( this ).parent().parent().children('ul').toggle() ;
return false;
});
var sidebarStatus = 'open'; var sidebarStatus = 'open';
ps = new PerfectScrollbar('#sidebar .highlightable'); ps = new PerfectScrollbar('#sidebar .highlightable');
setMenuHeight(); setMenuHeight();