Push the js from the delete modal on the stack

parent 65ff96a0
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
</div> </div>
</div> </div>
@push('js-stack')
<script> <script>
$( document ).ready(function() { $( document ).ready(function() {
$('#modal-delete-confirmation').on('show.bs.modal', function (event) { $('#modal-delete-confirmation').on('show.bs.modal', function (event) {
...@@ -50,3 +51,4 @@ ...@@ -50,3 +51,4 @@
}); });
}); });
</script> </script>
@endpush
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment