Content deleted Content added
No edit summary |
No edit summary |
||
Line 27:
//var containsHTML = /</.test(realTitleHTML); // contains ANY HTML
alert(realTitleHTML);
alert(realTitleHTML.replace(/<\/?su[bp]>/g, ""));
var containsTooMuchHTML = /</.test( realTitleHTML.replace(/<\/?su[bp]>/g, "") ); // contains HTML that will be ignored when cut-n-pasted as a wikilink
|