User:CWii/JB2script.js: Difference between revisions

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