Pop-Out
function checkProgressState(){
if (!completionIndicator){
message = "WARNING: Your data is still saving, if you choose to exit your information may be lost.\n\n Please try again in a few seconds.\n";
return message;
}
}
Cut-N-Paste
function checkProgressState(){ if (!completionIndicator){ message = "WARNING: Your data is still saving, if you choose to exit your information may be lost.\n\n Please try again in a few seconds.\n"; return message; } }