mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
62fa0e577f
@ -56,6 +56,7 @@ class Locale
|
||||
'bg',
|
||||
'he',
|
||||
'km_KH',
|
||||
'lo_LA',
|
||||
'hu',
|
||||
'fr_CH',
|
||||
];
|
||||
|
@ -58,6 +58,7 @@ class VendorLocale
|
||||
'km_KH',
|
||||
'hu',
|
||||
'fr_CH',
|
||||
'lo_LA',
|
||||
];
|
||||
/**
|
||||
* Handle an incoming request.
|
||||
|
109
public/build/assets/app-01291e40.js
vendored
Normal file
109
public/build/assets/app-01291e40.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
public/build/assets/app-253efa47.js
vendored
9
public/build/assets/app-253efa47.js
vendored
File diff suppressed because one or more lines are too long
@ -9,7 +9,7 @@
|
||||
]
|
||||
},
|
||||
"resources/js/app.js": {
|
||||
"file": "assets/app-253efa47.js",
|
||||
"file": "assets/app-01291e40.js",
|
||||
"imports": [
|
||||
"_index-08e160a7.js",
|
||||
"__commonjsHelpers-725317a4.js"
|
||||
|
3
resources/js/app.js
vendored
3
resources/js/app.js
vendored
@ -10,6 +10,9 @@
|
||||
|
||||
import axios from 'axios';
|
||||
import cardValidator from 'card-validator';
|
||||
import { Livewire } from '../../vendor/livewire/livewire/dist/livewire.esm'
|
||||
|
||||
Livewire.start()
|
||||
|
||||
window.axios = axios;
|
||||
window.valid = cardValidator;
|
||||
|
@ -67,8 +67,6 @@
|
||||
<link rel="canonical" href="{{ config('ninja.site_url') }}/{{ request()->path() }}"/>
|
||||
|
||||
|
||||
@livewireStyles
|
||||
|
||||
{{-- Feel free to push anything to header using @push('header') --}}
|
||||
@stack('head')
|
||||
|
||||
|
@ -90,7 +90,6 @@
|
||||
</style>
|
||||
@endif
|
||||
|
||||
@livewireStyles
|
||||
|
||||
{{-- Feel free to push anything to header using @push('header') --}}
|
||||
@stack('head')
|
||||
|
@ -96,7 +96,6 @@
|
||||
{{-- Feel free to push anything to header using @push('header') --}}
|
||||
@stack('head')
|
||||
|
||||
@livewireStyles
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{ asset('vendor/cookieconsent@3/cookieconsent.min.css') }}" defer>
|
||||
</head>
|
||||
|
@ -93,7 +93,7 @@
|
||||
</style>
|
||||
@endif
|
||||
|
||||
@livewireStyles
|
||||
|
||||
|
||||
{{-- Feel free to push anything to header using @push('header') --}}
|
||||
@stack('head')
|
||||
|
@ -83,7 +83,7 @@
|
||||
{{-- Feel free to push anything to header using @push('header') --}}
|
||||
@stack('head')
|
||||
|
||||
@livewireStyles
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{ asset('vendor/cookieconsent@3/cookieconsent.min.css') }}" />
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user