User:CWii/JB2script.js: Difference between revisions

Content deleted Content added
CWii (talk | contribs)
guess
CWii (talk | contribs)
let's try this...
Line 243:
var myArr;
if( (myArr = re.exec( text ) ) ) {
re = /|canMove=.*?|/;
fText = text;
fText = fText.replace(re, "|canMove=moved|");
} else {
fText = '\{\{jb2move';