From de60c94c400645e0ee689c247d10daf78b98eec0 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 5 Oct 2021 02:38:12 +0100 Subject: [PATCH] docs bugfix: alow filtering command list on category names --- .docs/Reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/Reference.html b/.docs/Reference.html index 4394a52..2b53f45 100644 --- a/.docs/Reference.html +++ b/.docs/Reference.html @@ -151,7 +151,7 @@ switch(mode_this) { case "all": show = search_text(query, - el_next.textContent + el_next.textContent + ` ` + el_next.dataset.category ); break; case "header":