mirror of
https://github.com/cachethq/cachet.git
synced 2026-03-03 02:27:01 +00:00
fix script tag after closed body
Fix script tag (all.js) placed after body was closed.
This commit is contained in:
@@ -87,6 +87,6 @@
|
||||
</div>
|
||||
|
||||
@yield('bottom-content')
|
||||
<script src="{{ asset(mix('dist/js/all.js')) }}"></script>
|
||||
</body>
|
||||
<script src="{{ asset(mix('dist/js/all.js')) }}"></script>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user