latest change

This commit is contained in:
Tom Mortensen
2024-12-17 20:42:15 -08:00
parent 30de171f65
commit 6554bd233a

View File

@@ -56,11 +56,6 @@ if ((! $share['cachePool']) && ($share['cachePool2'])) {
$share['cachePool2'] = "";
}
/* If useCache is "no" with an array, this is invalid and useCache has to be 'only'. */
if ((! $poolsOnly) && ($share['useCache'] == "no")) {
$share['useCache'] = 'only';
}
/* Check for non existent pool device. */
if (($share['cachePool'] && !in_array($share['cachePool'], $pools)) || ($poolsOnly && !$share['cachePool'])) {
$poolDefined = false;
@@ -645,7 +640,6 @@ function updateScreen(cache, slow) {
secondaryDropdown.options[i].disabled = true;
}
secondaryDropdown.selectedIndex = 0;
checkRequiredSecondary = false;
if (poolsOnly) {
$('#moverDirection2').hide();