summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-22 19:23:04 -0700
committerAndrew Godwin2022-11-22 19:23:04 -0700
commitfa771271f572c0234d329b9fd9bdf3fa63baba72 (patch)
tree11d7a5465fe81ee2d5cffccd3db2452336c257c7 /templates
parent9c424d9bb6aa0eb606128bcce3e33816967a2e8d (diff)
downloadtakahe-fa771271f572c0234d329b9fd9bdf3fa63baba72.tar.gz
takahe-fa771271f572c0234d329b9fd9bdf3fa63baba72.tar.bz2
takahe-fa771271f572c0234d329b9fd9bdf3fa63baba72.zip
Added 2-minute auto refresh for timelines
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 1269fad..62ee087 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -35,7 +35,7 @@
<i class="fa-solid fa-search"></i>
</a>
{% if allows_refresh %}
- <a href="." title="Refresh" hx-get="." hx-select=".left-column" hx-target=".left-column" hx-swap="outerHTML">
+ <a href="." title="Refresh" hx-get="." hx-select=".left-column" hx-target=".left-column" hx-swap="outerHTML" hx-trigger="every 120s">
<i class="fa-solid fa-rotate"></i>
</a>
{% endif %}