mirror of
https://github.com/koel/koel
synced 2025-02-17 22:08:28 +00:00
Add a note about onbeforeunload
custom msg unsupported
This commit is contained in:
parent
40c9572381
commit
f2ec5c5d14
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ export default {
|
|||
return;
|
||||
}
|
||||
|
||||
// Notice that a custom message like this has ceased to be supported
|
||||
// starting from Chrome 51.
|
||||
return 'You asked Koel to confirm before closing, so here it is.';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue