Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
2021-03-31 15:50:55 +01:00
8 changed files with 20 additions and 3 deletions

View File

@@ -10,6 +10,12 @@
@section('js')
<script>
jQuery(window).bind('beforeunload', function(){
return 'Are you sure you want to leave the form builder? You might have unsaved work.';
});
</script>
@if (session()->has('success'))
<script>