mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Don't use text/javascript
This commit is contained in:
parent
efeb16d899
commit
4e5f09697b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<script src="/js/lib.js?version={{ env('CACHE_BUST') }}"></script>
|
||||
<link rel="stylesheet" href="/css/app.css?version={{ env('CACHE_BUST') }}" />
|
||||
|
||||
<script type="text/javascript">
|
||||
<script>
|
||||
var env = {
|
||||
appName: "{{ env('APP_NAME') }}",
|
||||
appDesc: "{{ env('APP_DESC') }}",
|
||||
|
|
Loading…
Reference in a new issue