Fixed: minor display aberrations when installing deprecated apps

This commit is contained in:
Squidly271 2022-10-14 06:53:13 -04:00
parent 7a97cafe95
commit 4a5fdd7926
3 changed files with 7 additions and 7 deletions

Binary file not shown.

View File

@ -1206,8 +1206,8 @@ function actuallyInstallPlugin(pluginURL,update=false,comment="") {
data.deprecated = false; // global var here to trigger a rescan of action centre
if ( pluginURL.includes("&deprecated") || pluginURL.includes("&incompatible") ) {
data.deprecated = true;
pluginURL.replace("&deprecated","");
pluginURL.replace("&incompatible","");
pluginURL = pluginURL.replace("&deprecated","");
pluginURL = pluginURL.replace("&incompatible","");
}
<?if ($nchanCom):?>
@ -1232,8 +1232,8 @@ function actuallyInstallPlugin(pluginURL,update=false,comment="") {
data.deprecated = false; // global var here to trigger a rescan of action centre
if ( pluginURL.includes("&deprecated") || pluginURL.includes("&incompatible") ) {
data.deprecated = true;
pluginURL.replace("&deprecated","");
pluginURL.replace("&incompatible","");
pluginURL = pluginURL.replace("&deprecated","");
pluginURL = pluginURL.replace("&incompatible","");
}
<?if ($nchanCom):?>
ca_openPlugin('plugin '+type+' '+pluginURL,title,'',postFunction);
@ -1261,8 +1261,8 @@ function hidePluginPending(pluginURL) {
}
function hideLanguagePending(language) {
language.replace("lang-","");
language.replace(".xml","");
language = language.replace("lang-","");
language = language.replace(".xml","");
if ( ! language )
return;

View File

@ -1,4 +1,4 @@
4ae8fb652e1982d168d41313767166d4 ./Apps.page
095ab43b7a4823ca90b014c6850a7aaf ./Apps.page
4e55f7483b661af21a25b677179baffe ./CA_notices.page
4c5d4598e1bafa46bd90c27cbe302122 ./ca_settings.page
e8d29607ec792ddf9f6832b10ee70fdc ./default.cfg