From eb3216334254dca2aad25f058e405f9a2fdb8a91 Mon Sep 17 00:00:00 2001 From: 80B Date: Fri, 8 Jan 2021 02:06:11 +0000 Subject: [PATCH] fix. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f61390b..2c3d823 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ const loadPage = (file, dir = { J: 'journals', N: 'notes', T: 'tasks' }[file[0]] "f": () => { dialog.classList.remove('hidden'); search.value = ""; - filterPages(true); + filterPages(); search.focus(); }, "Escape": () => { -- 2.52.0