Add L2 entry deletion support via web

This commit is contained in:
logicog
2026-01-17 12:56:43 +01:00
parent 3509f7da04
commit e53f5e7134
4 changed files with 57 additions and 4 deletions
+1 -1
View File
@@ -134,6 +134,6 @@ function getL2() {
}
window.addEventListener("load", function() {
l2GetInterval = setInterval(getL2, 300);
l2GetInterval = setInterval(getL2, 1000);
});