Merge pull request #1750 from pavel-mironchik/script

Allow to use the script component with modules' custom scripts.
This commit is contained in:
Cüneyt Şentürk
2021-01-12 17:46:16 +03:00
committed by GitHub
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>