From 103f750670cb892b6c3d6d2ad79149b640cbdb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 26 Feb 2022 00:23:47 +0100 Subject: [PATCH] theme: remove unused collapsable menu styles #210 --- static/js/theme.js | 6 ------ 1 file changed, 6 deletions(-) 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();