Fixed: after installing 1 app via search and then another via search, when returning to CA the "Search For, and search box" would contain the wrong value

This commit is contained in:
Squidly271 2021-05-25 08:39:42 -04:00
parent ed9e7662a5
commit ef28e817e1
3 changed files with 3 additions and 3 deletions

View File

@ -1464,8 +1464,8 @@ function restoreState() {
$(".multi_installDiv").hide();
}
data = JSON.parse($.cookie("ca_data"));
dockerSearchFlag = $.cookie("ca_dockerSearchFlag");
data.searchActive = $.cookie("ca_searchActive");
dockerSearchFlag = evaluateBoolean($.cookie("ca_dockerSearchFlag"));
data.searchActive = evaluateBoolean($.cookie("ca_searchActive"));
restoreStateMenu = $.cookie("ca_selectedMenu");
$(".categoryMenuName").html($.cookie("ca_categoryName"));
var filter = $.cookie("ca_filter");

View File

@ -1,6 +1,6 @@
767d6f2203fed9541daeb57bbf7b58b3 ./Apps.page
83b3f89cd42e8601c7c217d5b4889c81 ./CA_notices.page
3e6a44ef75aef1be4db2dd191b321517 ./CommunityApps.page
068faad68fc1d937e4e8827a222f0def ./CommunityApps.page
6db73582f22dab13d329e862067ee84e ./PluginAPI.page
b398273cf7daa62ab00d2de2336ca25f ./README.md
1a908064914041c48be7bf0dab77515a ./ca_settings.page