Skip to content

Commit

Permalink
Push the js from the delete modal on the stack
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 10, 2017
1 parent 65ff96a commit c6a7d90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/Core/Resources/views/partials/delete-modal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
</div>
</div>

@push('js-stack')
<script>
$( document ).ready(function() {
$('#modal-delete-confirmation').on('show.bs.modal', function (event) {
Expand All @@ -50,3 +51,4 @@
});
});
</script>
@endpush

0 comments on commit c6a7d90

Please sign in to comment.