mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: Don't route to data-share-url
This commit is contained in:
parent
1e28668e9f
commit
1efa113bea
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ export default {
|
|||
$currentTarget.attr('target') ||
|
||||
$currentTarget.data('ember-action') ||
|
||||
$currentTarget.data('auto-route') ||
|
||||
$currentTarget.data('share-url') ||
|
||||
$currentTarget.hasClass('ember-view') ||
|
||||
$currentTarget.hasClass('lightbox') ||
|
||||
href.indexOf("mailto:") === 0 ||
|
||||
|
|
Loading…
Reference in a new issue