Content deleted Content added
PleaseStand (talk | contribs) added code to try to avoid unnecessary shifting of ref contents in complete search mode (includes a bug fix) |
PleaseStand (talk | contribs) m bug fix |
||
Line 374:
if(refCodes.hasOwnProperty(attributes.name)) {
// If we are using caseCues, and
// preferred, skip to the next ref.
if(caseCues &&
ref.slice(0, 4) != "<REF") {
continue;
}
|