aboutsummaryrefslogtreecommitdiff
path: root/templates/_footer.tmpl
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-07-13 12:22:15 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-07-13 12:22:15 +0200
commit90d9d819b70f68e10482954cfc461737c0165f8a (patch)
treefa5dd5b15c0c5a53d084c7b4be9fc2d7d6782491 /templates/_footer.tmpl
parent4e5b2d9dfd9413ce084e64e048a57ad6e23356d3 (diff)
downloadmdir-90d9d819b70f68e10482954cfc461737c0165f8a.tar.gz
mdir-90d9d819b70f68e10482954cfc461737c0165f8a.tar.bz2
mdir-90d9d819b70f68e10482954cfc461737c0165f8a.zip
feat: Add custom css
Diffstat (limited to 'templates/_footer.tmpl')
-rw-r--r--templates/_footer.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/_footer.tmpl b/templates/_footer.tmpl
index 97a5bf8..b72953b 100644
--- a/templates/_footer.tmpl
+++ b/templates/_footer.tmpl
@@ -1,6 +1,5 @@
{{ define "_footer" }}
</main>
- </section>
<script>
function deleteEntry(id) {
fetch("/entries/"+id, { method: 'DELETE' })
@@ -20,7 +19,7 @@
});
}
-setInterval(getStatus, 1000);
+setInterval(getStatus, 5000);
</script>
</body>