Closed (fixed)
Project:
External Links
Version:
6.x-1.11
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
26 Oct 2010 at 23:14 UTC
Updated:
3 Jan 2014 at 02:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
quicksketchIs there any difference in the logic between anchor tags and areas? Maybe we could just add area to the existing selector rather than duplicate all the code in two places.
Comment #2
sutch commentedThere is a bit of logic difference between anchor tags and area tags. Area tags containing mailto: links should not be updated by the script (i.e., no icons should be added to these links when part of an image map).
I've followed your suggestion and used the existing existing selector to also catch area tags and to not update the mailto: links.
Comment #3
timwoodWe've tested this and it appears to be working correctly! Thanks sutch!
Comment #4
quicksketchThanks guys, committed as is. New version (1.12) coming your way soon!