mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Revert tracking links in quotes
This commit is contained in:
@@ -18,8 +18,8 @@ export function isValidLink($link) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Do not track links in elided part
|
||||
if ($link.parents(".elided").length !== 0) {
|
||||
// Do not track links in quotes or in elided part
|
||||
if ($link.parents("aside.quote, .elided").length !== 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user