Content deleted Content added
PleaseStand (talk | contribs) m attempting bugfix |
PleaseStand (talk | contribs) bugfix |
||
Line 132:
while(results[1].toString().toLowerCase() != "ref") {
results = this.refScanRegex.exec(this.wikiText);
if(!results
return null;
}
if(typeof results[1] == "undefined") {
results = [0,0];
}
}
|