Bug fixes
This commit is contained in:
parent
a6bd9d30be
commit
0d912373e7
1 changed files with 2 additions and 0 deletions
|
|
@ -75,9 +75,11 @@
|
|||
});
|
||||
});
|
||||
$(window).on('beforeunload', function() {
|
||||
/*
|
||||
if (NINJA.formIsChanged) {
|
||||
return "{{ trans('texts.unsaved_changes') }}";
|
||||
}
|
||||
*/
|
||||
});
|
||||
//$('a[rel!=ext]').click(function() { $(window).off('beforeunload') });
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue