diff --git a/static/js/theme.js b/static/js/theme.js index 040595983e..183dc454de 100644 --- a/static/js/theme.js +++ b/static/js/theme.js @@ -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();