Fixed exit confirmation message on Chrome
This commit is contained in:
parent
f3a5de67e7
commit
e7a0fdae26
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ function enableExitConfirmation()
|
||||||
{
|
{
|
||||||
$(window).bind('beforeunload', function(e)
|
$(window).bind('beforeunload', function(e)
|
||||||
{
|
{
|
||||||
return true;
|
return 'There are unsaved changes.';
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue