añadido tema oscuro, y programada la funcion de busqueda

This commit is contained in:
2024-12-21 19:16:47 -03:00
parent 990f866a71
commit 3f08dcfc81
21 changed files with 345 additions and 75 deletions

View File

@@ -30,7 +30,7 @@
const json = await responce.json();
modalpayload = json.message;
modal = true;
location.reload();
window.location.reload();
}catch (e){
console.error(e);
}