aboutsummaryrefslogtreecommitdiff
path: root/static/js/index.ts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-04-08 14:35:37 -0400
committertdro <tdro@noreply.example.com>2023-04-08 14:41:40 -0400
commitf0cbdec755e91fc3f02e96b03e1fc200b135815e (patch)
tree99e50fdc96d611424e1068818fd05ec6a6a3fd31 /static/js/index.ts
parent14b385a14f3a886cc47200a88e69626c2befe799 (diff)
downloadcanory-f0cbdec755e91fc3f02e96b03e1fc200b135815e.tar.gz
canory-f0cbdec755e91fc3f02e96b03e1fc200b135815e.tar.bz2
canory-f0cbdec755e91fc3f02e96b03e1fc200b135815e.zip
static/js: Add update check
In the case of heavy caching attempt a naive site update check with voluntary refresh. Not fully idempotent?
Diffstat (limited to 'static/js/index.ts')
-rw-r--r--static/js/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/index.ts b/static/js/index.ts
index e00907b..6de3166 100644
--- a/static/js/index.ts
+++ b/static/js/index.ts
@@ -1,4 +1,5 @@
import "./pager.ts";
+import "./refresh.ts";
import "./plumber.ts";
import "./instantpage.ts";
import "./contextmenu.ts";