Content deleted Content added
No edit summary |
No edit summary |
||
Line 16:
// An element with id=DisableRealTitle disables the function.
addOnloadHook(function() {
var realTitleBanner = document.getElementById("RealTitleBanner");
if (realTitleBanner) { /* && !document.getElementById("DisableRealTitle")) { */
Line 26:
var isPasteable = 0;
//var containsHTML = /</.test(realTitleHTML); // contains ANY HTML
var containsTooMuchHTML = /</.test( realTitleHTML.replace(/<\/?su[bp]>/g, "") ); // contains HTML that will be ignored when cut-n-pasted as a wikilink
Line 60 ⟶ 58:
}
}
/* Something went wrong. */
});
|