Content deleted Content added
PleaseStand (talk | contribs) m trying to fix bug in new code |
PleaseStand (talk | contribs) m trying to fix bug in new code |
||
Line 188:
refEmpty = (parser.parsedRef[2].slice(-2) == "/>") ||
(parser.parsedRef[2].slice(0, 3) == "></");
if(
!emptyRefsWarningGiven) {
if(!window.confirm(messages.emptyRefsWarning)) {
return false;
|