disable call due to user request
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user