Content deleted Content added
PleaseStand (talk | contribs) debugging |
PleaseStand (talk | contribs) bugfix |
||
Line 252:
"group=" + refGroup.PsHTMLQuote() + "/>";
}
// Otherwise, is the stored longcode not empty?
// (only when in complete search mode)
} else if (completeSearch && !refNames[refName].empty) {
//
refCodes[refNames[refName].code] = refLong;
refNames[refName].empty = false;
Line 274:
// Update lastIndex accordingly
scanner.refScanRegex.lastIndex += refShort.length - ref.length;
}
return {
|