aboutsummaryrefslogtreecommitdiff
path: root/static/js/domfilter.ts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-02-16 17:00:41 -0500
committertdro <tdro@noreply.example.com>2024-02-16 17:00:41 -0500
commit8390f61011eeb351b4ff4ca04c220978e6f815c0 (patch)
treeefa30e64e8fc53f12b5d57b15d7215b83da05d67 /static/js/domfilter.ts
parentf08e4f3f5c16b1aeb4b30fee3da8e953983c47ce (diff)
downloadcanory-8390f61011eeb351b4ff4ca04c220978e6f815c0.tar.gz
canory-8390f61011eeb351b4ff4ca04c220978e6f815c0.tar.bz2
canory-8390f61011eeb351b4ff4ca04c220978e6f815c0.zip
static/js/forms: Add theme switch
Diffstat (limited to 'static/js/domfilter.ts')
-rw-r--r--static/js/domfilter.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/domfilter.ts b/static/js/domfilter.ts
index 0274ed0..a33faca 100644
--- a/static/js/domfilter.ts
+++ b/static/js/domfilter.ts
@@ -8,7 +8,7 @@
const timeout: millisecond = 300;
const state = "on";
- const key = "config.speed.fast";
+ const key = "config.navigation.fast";
function fetch(url, method, callback) {
const http = new XMLHttpRequest();