nuBuilder assigns nuHomeWarning() in onbeforeunload (index.php).
Code: Select all
function nuHomeWarning(){
if(window.nuEDITED){
return nuTranslate('Leave this form without saving ?')+' '+nuTranslate('Doing this will return you to the login screen.');
}
return nuTranslate('Doing this will return you to the login screen.');
}
Chrome: Remove custom messages in onbeforeunload dialogsBrowsers support and the removal of the custom message:
Chrome removed support for the custom message in ver 51 min
Opera removed support for the custom message in ver 38 min
Firefox removed support for the custom message in ver 44.0 min
Safari removed support for the custom message in ver 9.1 min
https://developers.google.com/web/updat ... ad_dialogs