User:Interiot/js/RealTitle.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 26:
var isPasteable = 0;
//var containsHTML = /</.test(realTitleHTML); // contains ANY HTML
var containsTooMuchHTML = /</.test( realTitleHTML.replace(/<\/?su[bp](sub|sup|small)>/g, "") ); // contains HTML that will be ignored when cut-n-pasted as a wikilink
 
// calculate whether the title is pasteable
var verifyTitle = realTitleText.replace(/^ +/, ""); // trim left spaces