Content deleted Content added
PleaseStand (talk | contribs) added code to warn user of empty first occurrence of a ref |
PleaseStand (talk | contribs) m trying to fix bug in new code |
||
Line 186:
// for contents, inform the user of this limitation if it may
// pose a problem.
if(
if(!window.confirm(messages.emptyRefsWarning)) {
return false;
|