Fix "tags on this page" members not superceding parents.
This commit is contained in:
parent
24e162c782
commit
f61570acfb
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ function tags_on_this_page_hook()
|
||||||
*/
|
*/
|
||||||
add_searchtag(
|
add_searchtag(
|
||||||
input_musts,
|
input_musts,
|
||||||
this.innerHTML,
|
QUALNAME_MAP[this.innerHTML],
|
||||||
inputted_musts,
|
inputted_musts,
|
||||||
"search_builder_musts_inputted"
|
"search_builder_musts_inputted"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue