mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: don't track clicks on links in quotes
This commit is contained in:
parent
c069488560
commit
ad15049ef0
4 changed files with 26 additions and 5 deletions
|
@ -85,7 +85,7 @@ test("does not track clicks on quote buttons", function() {
|
|||
});
|
||||
|
||||
test("does not track clicks on category badges", () => {
|
||||
ok(!track(generateClickEventOn('.hashtag')));
|
||||
ok(track(generateClickEventOn('.hashtag')));
|
||||
});
|
||||
|
||||
test("removes the href and put it as a data attribute", function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue