Skip to content

Commit

Permalink
refactor: removed the defer
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalinfyom committed Jul 14, 2022
1 parent 16fa54d commit acb4295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminlte-stubs/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class="img-circle elevation-2"
</footer>
</div>

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

@stack('third_party_scripts')

Expand Down

0 comments on commit acb4295

Please sign in to comment.