Content deleted Content added
PleaseStand (talk | contribs) m debugging |
PleaseStand (talk | contribs) m debugging |
||
Line 223:
refEmpty = (parser.parsedRef[2].slice(-2) == "/>") ||
(parser.parsedRef[2].slice(0, 3) == "></");
window.alert("stored:"+refStored + " empty:"+refEmpty);▼
// Since this script, when not set in complete search mode, checks
// only the first occurrence of a ref for contents, inform the user
Line 238 ⟶ 237:
// Is the ref's name unique?
window.alert(completeSearch + " && " + !refNames[refName].empty);
if(!refStored) {
window.alert("case 1");
|