mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-12-25 07:02:26 +01:00
docs bugfix: alow filtering command list on category names
This commit is contained in:
parent
c8773efe22
commit
de60c94c40
@ -151,7 +151,7 @@
|
|||||||
switch(mode_this) {
|
switch(mode_this) {
|
||||||
case "all":
|
case "all":
|
||||||
show = search_text(query,
|
show = search_text(query,
|
||||||
el_next.textContent
|
el_next.textContent + ` ` + el_next.dataset.category
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case "header":
|
case "header":
|
||||||
|
Loading…
Reference in New Issue
Block a user