delivery-content-mid-right
This commit is contained in:
parent
dbfcf3f09a
commit
6e99e59f09
|
|
@ -459,6 +459,7 @@ return [
|
|||
'from-a-z' => '«От А до Я»',
|
||||
'from-z-a' => 'От Я до А',
|
||||
'newest-first' => 'Новинки выше',
|
||||
'oldest-first' => 'Старейший первый',
|
||||
'cheapest-first' => '«Дешевые выше»',
|
||||
'expensive-first' => '«Дорогие выше»',
|
||||
'show' => 'Показывать',
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue