# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: extlink/extlink.js --- extlink/extlink.js Base (1.4) +++ extlink/extlink.js Locally Modified (Based On 1.4) @@ -46,23 +46,13 @@ if (Drupal.settings.extlink.extClass) { // Apply the "ext" class to all links not containing images. - if (parseFloat($().jquery) < 1.2) { - $(external_links).not('[img]').addClass(Drupal.settings.extlink.extClass); - } - else { $(external_links).not($(external_links).find('img').parents('a')).addClass(Drupal.settings.extlink.extClass); } - } if (Drupal.settings.extlink.mailtoClass) { // Apply the "mailto" class to all mailto links not containing images. - if (parseFloat($().jquery) < 1.2) { - $(mailto_links).not('[img]').addClass(Drupal.settings.extlink.mailtoClass); - } - else { $(mailto_links).not($(mailto_links).find('img').parents('a')).addClass(Drupal.settings.extlink.mailtoClass); } - } \ No newline at end of file if (Drupal.settings.extlink.extTarget) { // Apply the target attribute to all links.