// Remove element if there is no href
if ($('#edit-link--2').val() == "") {
if (e) {
tinyMCEPopup.execCommand("mceBeginUndoLevel");
ed.dom.remove(e, 1);
tinyMCEPopup.execCommand("mceEndUndoLevel");
tinyMCEPopup.close();
return;
}
tinyMCEPopup.close();
return;
}
Comments
Comment #1
anonSame issue in the D6 verison
Comment #2
anonCommited fix to 7.x-1.x
This needs to be ported to D6.
Comment #3
anonComment #4
anonCommited fix to 6.x.1-x