From 4ad4c9344b10770c2500e67e31c97d1521e5ee5a Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 18 Jul 2020 09:17:15 +0300 Subject: [PATCH] fix typo --- html_resources/selector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html_resources/selector.js b/html_resources/selector.js index 24b4c0c..0f74ba3 100644 --- a/html_resources/selector.js +++ b/html_resources/selector.js @@ -53,7 +53,7 @@ let previousCategory = new (function(){ current = t; current.classList.add("currentCategory"); - this.fileNames = DB.query(t.textContent,secondary?this.filNames:null); + this.fileNames = DB.query(t.textContent,secondary?this.fileNames:null); }; return this })()