Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Removed useless type="text/javascript" for script declarations in f…
Browse files Browse the repository at this point in the history
…avor of W3C rules.
  • Loading branch information
Arthur LORENT committed Sep 30, 2020
1 parent 7b9bd51 commit cf808d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## [2.0.1](https://github.com/Okipa/laravel-brickables/compare/2.0.0...2.0.1)

2020-09-30

* Removed useless `type="text/javascript"` for script declarations in favor of W3C rules.

## [2.0.0](https://github.com/Okipa/laravel-brickables/compare/1.1.0...2.0.0)

2020-07-11
2020-09-10

* Added Laravel 8 support
* Dropped Laravel 5.8 and 6 support.
Expand Down
2 changes: 1 addition & 1 deletion resources/views/resources/compute.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

@push('brickables-js')
@foreach(Brickables::getJsResourcesToLoad() as $brickableJsResourcePath)
<script type="text/javascript" src="{{ $brickableJsResourcePath }}"></script>
<script src="{{ $brickableJsResourcePath }}"></script>
@endforeach
@endpush

0 comments on commit cf808d6

Please sign in to comment.