mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:29:30 +08:00
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", {
|
createWidget("filter-show-all", {
|
||||||
tagName: "a.filtered-replies-show-all",
|
tagName: "button.filtered-replies-show-all",
|
||||||
buildKey: (attrs) => `filtered-show-all-${attrs.id}`,
|
buildKey: (attrs) => `filtered-show-all-${attrs.id}`,
|
||||||
|
|
||||||
buildClasses() {
|
buildClasses() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user