App Store category filter fixed.

This commit is contained in:
Cüneyt Şentürk
2019-11-20 17:45:19 +03:00
parent 771d73f0d1
commit e4422a22d7
6 changed files with 48 additions and 1 deletions

View File

@ -36,3 +36,7 @@
@endif
</div>
@endsection
@push('scripts_start')
<script src="{{ asset('public/js/modules/apps.js?v=' . version('short')) }}"></script>
@endpush

View File

@ -40,3 +40,8 @@
</div>
@endif
@endsection
@push('scripts_start')
<script src="{{ asset('public/js/modules/apps.js?v=' . version('short')) }}"></script>
@endpush