UX: Use button instead of anchor in filtered replies bar (#13439)

This commit is contained in:
Penar Musaraj 2021-06-18 10:40:56 -04:00 committed by GitHub
parent 09b55fd338
commit 5b17902263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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() {