Make it faster

This commit is contained in:
Naiel
2025-12-12 16:14:00 +01:00
committed by GitHub
parent 0366f62dfb
commit 0e1ab0c619
10 changed files with 20 additions and 20 deletions

View File

@@ -126,7 +126,7 @@ PAGES.supercafe = {
setTimeout(() => {
document.getElementById("actionStatus").style.display = "none";
setUrlHash("supercafe");
}, 1500);
}, 750);
});
};
document.getElementById(btn_borrar).onclick = () => {
@@ -138,7 +138,7 @@ PAGES.supercafe = {
betterGunPut(gun.get(TABLE).get("supercafe").get(mid), null);
setTimeout(() => {
setUrlHash("supercafe");
}, 1500);
}, 750);
}
};
},