Skip to content

Commit acb4295

Browse files
committed
refactor: removed the defer
1 parent 16fa54d commit acb4295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminlte-stubs/layouts/app.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ 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

8484
@stack('third_party_scripts')
8585

0 commit comments

Comments
 (0)