UX: Use button instead of anchor in filtered replies bar (#13439)
This commit is contained in:
parent
09b55fd338
commit
5b17902263
|
@ -162,7 +162,7 @@ createWidget("filter-jump-to-post", {
|
|||
});
|
||||
|
||||
createWidget("filter-show-all", {
|
||||
tagName: "a.filtered-replies-show-all",
|
||||
tagName: "button.filtered-replies-show-all",
|
||||
buildKey: (attrs) => `filtered-show-all-${attrs.id}`,
|
||||
|
||||
buildClasses() {
|
||||
|
|
Loading…
Reference in New Issue