confirmation before exiting the edit page
This commit is contained in:
@@ -171,3 +171,8 @@ window.onload = function() {
|
||||
</div>
|
||||
{{pass}}
|
||||
|
||||
<script>
|
||||
jQuery(window).bind('beforeunload', function(){
|
||||
return '';
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user