Skip to content

Commit 4bf3656

Browse files
committed
Using minification file for select2
Signed-off-by: Vallabh Kansagara <vrkansagara@gmail.com>
1 parent 46b59e0 commit 4bf3656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/frontend/layouts/app.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@else
2626
{{ Html::style(mix('css/frontend.css')) }}
2727
@endif
28-
{!! Html::style('js/select2/select2.css') !!}
28+
{!! Html::style('js/select2/select2.min.css') !!}
2929
@yield('after-styles')
3030

3131
<!-- Scripts -->
@@ -57,7 +57,7 @@
5757
@yield('after-scripts')
5858
{{ Html::script('js/jquerysession.js') }}
5959
{{ Html::script('js/frontend/frontend.js') }}
60-
{!! Html::script('js/select2/select2.js') !!}
60+
{!! Html::script('js/select2/select2.min.js') !!}
6161

6262
<script type="text/javascript">
6363
if("{{Route::currentRouteName()}}" !== "frontend.user.account")

0 commit comments

Comments
 (0)