diff --git a/archive/community.applications-2021.02.15-x86_64-1.txz b/archive/community.applications-2021.02.15-x86_64-1.txz index 0cbb6749..6738b4bc 100644 Binary files a/archive/community.applications-2021.02.15-x86_64-1.txz and b/archive/community.applications-2021.02.15-x86_64-1.txz differ diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/CommunityApps.page b/source/community.applications/usr/local/emhttp/plugins/community.applications/CommunityApps.page index b534a9a9..7b4f20e2 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/CommunityApps.page +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/CommunityApps.page @@ -300,6 +300,9 @@ $(function(){ }); $(".sectionMenu").on("click",function() { + if ( $(this).hasClass("caMenuDisabled") ) + return; + var section = $(this).attr("data-category"); switch (section) { case "installed_apps":