Allow to use the script component with modules' custom scripts.

This commit is contained in:
Pavel Mironchik
2021-01-12 19:30:36 +06:00
parent ff945c6e34
commit f3913aef24
2 changed files with 19 additions and 2 deletions

View File

@ -15,4 +15,4 @@
var document_taxes = {!! $taxes !!};
</script>
<script src="{{ asset( $scriptFile . '?v=' . version('short')) }}"></script>
<script src="{{ asset( $scriptFile . '?v=' . $version) }}"></script>