disable call due to user request

This commit is contained in:
Naiel
2025-11-05 10:49:53 +01:00
committed by GitHub
parent b1993ba83a
commit 2265ad28f4

View File

@@ -231,7 +231,7 @@ function addCategory(
span_0.innerText = option.value;
change_cb(values);
img_0.src = "static/ico/checkbox.png";
details_0.open = false;
//details_0.open = false; // Disabled due to request
};
btn.style.borderRadius = "20px";
//btn.style.fontSize="17.5px"
@@ -331,7 +331,7 @@ function addCategory_Personas(
span_0.append(img_5, value.Nombre);
change_cb(defaultval);
img_0.src = "static/ico/checkbox.png";
details_0.open = false;
//details_0.open = false; // Disabled due to request
};
btn.style.borderRadius = "20px";
//btn.style.fontSize="17.5px"