Content deleted Content added
Technical 13 (talk | contribs) m Replace to Numeric character references to avoid double replace |
Technical 13 (talk | contribs) m Debugging... |
||
Line 9:
/* Virtual signature */
$('span[class="banned"]').each(function() {
this.innerHTML = this.innerHTML.replace("T13", "
this.innerHTML = this.innerHTML.replace("C", "
this.innerHTML = this.innerHTML.replace("M", "
this.
})
|