mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
Don't clear checkboxes when navigating to subsection of previous apps
This commit is contained in:
parent
fc6164871e
commit
ad9ba81448
Binary file not shown.
@ -563,11 +563,11 @@ $(function(){
|
||||
break;
|
||||
case "prev_docker":
|
||||
data.previousAppsSection = "docker";
|
||||
previousApps(false,false,"docker");
|
||||
previousApps(false,true,"docker");
|
||||
break;
|
||||
case "prev_plugins":
|
||||
data.previousAppsSection = "plugins";
|
||||
previousApps(false,false,"plugins");
|
||||
previousApps(false,true,"plugins");
|
||||
break;
|
||||
case "action_centre":
|
||||
data.previousAppsSection = "";
|
||||
|
@ -1,4 +1,4 @@
|
||||
5be3aa6e039b55c585b9364c09a72a99 ./Apps.page
|
||||
27e83831482abd3f3a30551ff06ada98 ./Apps.page
|
||||
4e55f7483b661af21a25b677179baffe ./CA_notices.page
|
||||
42a1658a916a3a3eed2a9f2af80603c4 ./ca_settings.page
|
||||
e718d7825dbdc96a17a915079222b098 ./default.cfg
|
||||
|
Loading…
x
Reference in New Issue
Block a user