mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
12 lines
325 B
PHP
12 lines
325 B
PHP
@if (!GROCY_DISABLE_BROWSER_BARCODE_CAMERA_SCANNING)
|
|
|
|
@push('componentScripts')
|
|
<script src="{{ $U('/viewjs/components/barcodescanner.js', true) }}?v={{ $version }}"></script>
|
|
@endpush
|
|
|
|
@push('pageScripts')
|
|
<script src="{{ $U('/node_modules/quagga/dist/quagga.min.js?v=', true) }}{{ $version }}"></script>
|
|
@endpush
|
|
|
|
@endif
|