BUGFIX: link to attachments when using S3

This commit is contained in:
Régis Hanol 2014-01-29 12:31:44 +01:00
parent d0c55010aa
commit e6b4ba8ad6

View File

@ -85,7 +85,7 @@ Discourse.ClickTrack = {
}
// If we're on the same site, use the router and track via AJAX
if (Discourse.URL.isInternal(href) && !href.match(/\/uploads\//i)) {
if (Discourse.URL.isInternal(href) && !$link.hasClass('attachment')) {
Discourse.ajax("/clicks/track", {
data: {
url: href,