One line 27 of external_iframe.js it should be:
$('body:not(#external) a[href^=http:]:not(.external-nofollow)').each(
The external links don't get rewritten without this change for me. It now works on a fresh install of Drupal 6.x for me.
One line 27 of external_iframe.js it should be:
$('body:not(#external) a[href^=http:]:not(.external-nofollow)').each(
The external links don't get rewritten without this change for me. It now works on a fresh install of Drupal 6.x for me.
Comments
Comment #1
redaccion commented+1
Comment #2
stongo commentedTested the above change and committed to beta4.
Thanks for helping :)
Comment #3
redaccion commentedTnks to you... =)
Comment #4
stongo commented