mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50:24 +00:00
theme: remove unused collapsable menu styles #210
This commit is contained in:
parent
fb30e269e6
commit
103f750670
1 changed files with 0 additions and 6 deletions
|
@ -336,12 +336,6 @@ jQuery(function() {
|
|||
initArrowNav();
|
||||
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';
|
||||
ps = new PerfectScrollbar('#sidebar .highlightable');
|
||||
setMenuHeight();
|
||||
|
|
Loading…
Reference in a new issue