Skip to content

Commit

Permalink
Merge pull request #3957 from black-snow/patch-1
Browse files Browse the repository at this point in the history
fix script tag after closed body
  • Loading branch information
jbrooksuk committed Apr 7, 2020
2 parents d0146c5 + 8db3391 commit 1d9e1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layout/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ function refresh() {
</div>

@yield('bottom-content')
<script src="{{ asset(mix('dist/js/all.js')) }}"></script>
</body>
<script src="{{ asset(mix('dist/js/all.js')) }}"></script>
</html>

0 comments on commit 1d9e1c7

Please sign in to comment.