input styling, globalize timer functions

This commit is contained in:
Face
2025-08-23 15:47:18 +03:00
parent e19d4b7f61
commit c4cb74eed8
14 changed files with 219 additions and 172 deletions

View File

@@ -155,7 +155,7 @@
end)
-- Test: Auto-refresh every 2 seconds to show expiry
gurt.setInterval(function()
setInterval(function()
refresh_crumbs_display()
end, 2000)