grocy/data_store/viewcache/39d21e45b4010006e2e476f14bd7e98aac6b042a.php
2020-02-18 21:56:36 +00:00

28 lines
866 B
PHP

<?php if(!GROCY_DISABLE_BROWSER_BARCODE_CAMERA_SCANNING): ?>
<?php $__env->startPush('componentScripts'); ?>
<script src="<?php echo e($U('/viewjs/components/barcodescanner.js', true)); ?>?v=<?php echo e($version); ?>"></script>
<?php $__env->stopPush(); ?>
<?php $__env->startPush('pageScripts'); ?>
<script src="<?php echo e($U('/node_modules/quagga/dist/quagga.min.js?v=', true)); ?><?php echo e($version); ?>"></script>
<?php $__env->stopPush(); ?>
<?php $__env->startPush('pageStyles'); ?>
<style>
#barcodescanner-start-button {
position: absolute;
right: 0;
margin-top: 4px;
margin-right: 5px;
cursor: pointer;
}
.combobox-container #barcodescanner-start-button {
margin-right: 36px !important;
}
</style>
<?php $__env->stopPush(); ?>
<?php endif; ?>
<?php /**PATH /www/views/components/barcodescanner.blade.php ENDPATH**/ ?>