Skip to content

Commit

Permalink
🐛 Fix bug on demo ui, removed mix file
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Nov 11, 2019
1 parent 327c30b commit 1eb3c7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/views/layout/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="{{ asset('vendor/mckenziearts/laravel-notify/js/app.js') }}"></script>
<script src="{{ mix('/js/app.js') }}"></script>
@notifyJs
@include('notify::messages')

Expand Down

0 comments on commit 1eb3c7b

Please sign in to comment.