delivery-content-mid-right

This commit is contained in:
merdan 2023-04-05 12:26:19 +05:00
parent dbfcf3f09a
commit 6e99e59f09
2 changed files with 3 additions and 0 deletions

View File

@ -459,6 +459,7 @@ return [
'from-a-z' => '«От А до Я»',
'from-z-a' => 'От Я до А',
'newest-first' => 'Новинки выше',
'oldest-first' => 'Старейший первый',
'cheapest-first' => '«Дешевые выше»',
'expensive-first' => '«Дорогие выше»',
'show' => 'Показывать',

View File

@ -120,6 +120,7 @@
</div>
@endif
</footer>
@push('scripts')
<script type="text/javascript">
const handleMailTo = (address) => {
address.replace('#', '@');
@ -134,3 +135,4 @@
()=> handleMailTo(mailSrc.getAttribute('data-address'))
);
</script>
@endpush