Content deleted Content added
PleaseStand (talk | contribs) various changes, including fix for loss of changes when back button used |
PleaseStand (talk | contribs) avoid doing the impossible: stopping the unload of the page |
||
Line 449:
}
}
// If any refs are unused, warn and allow the user to cancel;
// we do not do this on unload because it is not really possible.
if(evt.type == "submit" && unusedRefNamesQuoted.length) {
if(!window.confirm(messages.integrateWarning +
unusedRefNamesQuoted.join(", "))) {
|