Adds browser overides directory for gnu stow
This commit is contained in:
parent
1f1501850f
commit
4372b81b34
27 changed files with 0 additions and 0 deletions
|
@ -1,7 +0,0 @@
|
|||
window.addEventListener( "beforeunload", (event)=>{
|
||||
// Cancel the event as stated by the standard.
|
||||
event.preventDefault();
|
||||
// Chrome requires returnValue to be set.
|
||||
event.returnValue = 'This is invision, not the site. Are you sure?';
|
||||
return 'This is invision, not the site. Are you sure?';
|
||||
} );
|
Loading…
Add table
Add a link
Reference in a new issue