This commit is contained in:
naielv
2025-09-09 16:16:31 +02:00
parent 673d64e720
commit ac68228e26
2 changed files with 219 additions and 261 deletions

View File

@@ -175,12 +175,11 @@ PAGES.materiales = {
gun.get(TABLE).get("materiales"),
document.getElementById("tableContainer"),
undefined,
undefined,
//function(data) {
// if (data.Ubicacion == filtroUbicacion) {return false}
// if (filtroUbicacion == "") {return false}
// return true
//}
function(data) {
if (data.Ubicacion == filtroUbicacion) {return false}
if (filtroUbicacion == "") {return false}
return true
}
);
}