mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00: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();
|
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();
|
||||||
|
|
Loading…
Reference in a new issue