Add JS files
This commit is contained in:
5
modules/confirm_exit.js
Executable file
5
modules/confirm_exit.js
Executable file
@@ -0,0 +1,5 @@
|
||||
window.onbeforeunload = confirmExit;
|
||||
function confirmExit(){
|
||||
if (typeof executingPostBack == 'undefined')
|
||||
return "";
|
||||
}
|
||||
Reference in New Issue
Block a user