Skip to content

Commit f0d4b8f

Browse files
Merge pull request #22 from InfyOmLabs/next_major
Next major
2 parents a5064e1 + acb4295 commit f0d4b8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adminlte-stubs/layouts/app.blade.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
1313

14-
@yield('third_party_stylesheets')
14+
@stack('third_party_stylesheets')
1515

1616
@stack('page_css')
1717
</head>
@@ -79,9 +79,9 @@ class="img-circle elevation-2"
7979
</footer>
8080
</div>
8181

82-
<script src="{{ mix('js/app.js') }}" defer></script>
82+
<script src="{{ mix('js/app.js') }}"></script>
8383

84-
@yield('third_party_scripts')
84+
@stack('third_party_scripts')
8585

8686
@stack('page_scripts')
8787
</body>

0 commit comments

Comments
 (0)