User:PleaseStand/segregate-refs-dev.js: Difference between revisions

Content deleted Content added
added code to warn user of empty first occurrence of a ref
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(!(refLong.length < 1) && !emptyRefsWarningGiven) {
if(!window.confirm(messages.emptyRefsWarning)) {
return false;