Skip to content
Snippets Groups Projects
Commit 13ef0ee8 authored by Rodrigo Gonçalves's avatar Rodrigo Gonçalves Committed by Lachlan Ennis
Browse files

Issue #2653828 by ljcarnieri, rodrigoeg: Also pass the element in popupClickHandler


Signed-off-by: default avatarelachlan <elachlan@gmail.com>
parent cc1954fb
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ Drupal.extlink.attach = function (context, settings) {
}
$(external_links).click(function(e) {
return Drupal.extlink.popupClickHandler(e);
return Drupal.extlink.popupClickHandler(e, this);
});
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment