Bug fixes

This commit is contained in:
Hillel Coren 2014-04-17 18:20:01 +03:00
parent a6bd9d30be
commit 0d912373e7

View File

@ -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>