mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 08:45:05 +00:00
FIX: stop tracking broken links
This commit is contained in:
parent
d47d323f29
commit
1297243759
@ -23,6 +23,10 @@ Discourse.ClickTrack = {
|
||||
topicId = $('#topic').data('topic-id'),
|
||||
userId = $link.data('user-id');
|
||||
|
||||
if (!href || href.trim().length === 0){
|
||||
return;
|
||||
}
|
||||
|
||||
if (!userId) userId = $article.data('user-id');
|
||||
|
||||
var ownLink = userId && (userId === Discourse.User.currentProp('id')),
|
||||
|
Loading…
x
Reference in New Issue
Block a user