mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -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>
|
<script src="/js/lib.js?version={{ env('CACHE_BUST') }}"></script>
|
||||||
<link rel="stylesheet" href="/css/app.css?version={{ env('CACHE_BUST') }}" />
|
<link rel="stylesheet" href="/css/app.css?version={{ env('CACHE_BUST') }}" />
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script>
|
||||||
var env = {
|
var env = {
|
||||||
appName: "{{ env('APP_NAME') }}",
|
appName: "{{ env('APP_NAME') }}",
|
||||||
appDesc: "{{ env('APP_DESC') }}",
|
appDesc: "{{ env('APP_DESC') }}",
|
||||||
|
|
Loading…
Reference in a new issue