WIP: Road to 1.0.0 #1
|
@ -10,6 +10,12 @@
|
||||||
|
|
||||||
@section('js')
|
@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'))
|
@if (session()->has('success'))
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in New Issue