Fixed: AC would appear if Fav Repo was clicked

This commit is contained in:
Squidly271 2022-07-24 12:39:16 -04:00
parent 3b5094edd7
commit 08a1c935c4
3 changed files with 6 additions and 4 deletions

View File

@ -531,8 +531,11 @@ $(function(){
}
$(this).addClass("selectedMenu");
if ( slideFlag )
$(this).next().show("fast");
if ( slideFlag ) {
if ( ! $(this).next().hasClass("actionCentre") ) {
$(this).next().show("fast");
}
}
});
$(".sectionMenu").on("click",function() {
@ -1001,7 +1004,6 @@ function doSearch(button,newSearch) {
$(".allApps").addClass("selectedMenu");
updateDisplay(result.display);
data.section = "AppStore";
post({action:'getCategoriesPresent'},function(result) {
$(".categoryMenu").removeClass("caMenuEnabled").addClass("caMenuDisabled");
result.forEach(function(category) {

View File

@ -1,4 +1,4 @@
85b981e211b30b027549c3d9494e1618 ./Apps.page
afeeb75762da2ec94796a432f518a9b8 ./Apps.page
4e55f7483b661af21a25b677179baffe ./CA_notices.page
42a1658a916a3a3eed2a9f2af80603c4 ./ca_settings.page
e718d7825dbdc96a17a915079222b098 ./default.cfg