|
24 | 24 | @include('layouts.scripts') |
25 | 25 |
|
26 | 26 | @section('scripts') |
27 | | - {!! Theme::css('vendor/select2/select2.min.css') !!} |
28 | | - {!! Theme::css('vendor/bootstrap/bootstrap.min.css') !!} |
29 | | - {!! Theme::css('vendor/adminlte/admin.min.css') !!} |
30 | | - {!! Theme::css('vendor/adminlte/colors/skin-blue.min.css') !!} |
31 | | - {!! Theme::css('vendor/sweetalert/sweetalert.min.css') !!} |
32 | | - {!! Theme::css('vendor/animate/animate.min.css') !!} |
33 | | - {!! Theme::css('css/pterodactyl.css') !!} |
| 27 | + {!! Theme::css('vendor/select2/select2.min.css?t={cache-version}') !!} |
| 28 | + {!! Theme::css('vendor/bootstrap/bootstrap.min.css?t={cache-version}') !!} |
| 29 | + {!! Theme::css('vendor/adminlte/admin.min.css?t={cache-version}') !!} |
| 30 | + {!! Theme::css('vendor/adminlte/colors/skin-blue.min.css?t={cache-version}') !!} |
| 31 | + {!! Theme::css('vendor/sweetalert/sweetalert.min.css?t={cache-version}') !!} |
| 32 | + {!! Theme::css('vendor/animate/animate.min.css?t={cache-version}') !!} |
| 33 | + {!! Theme::css('css/pterodactyl.css?t={cache-version}') !!} |
34 | 34 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |
35 | 35 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"> |
36 | 36 |
|
|
171 | 171 | {!! Theme::js('js/keyboard.polyfill.js') !!} |
172 | 172 | <script>keyboardeventKeyPolyfill.polyfill();</script> |
173 | 173 |
|
174 | | - {!! Theme::js('js/laroute.js') !!} |
175 | | - {!! Theme::js('vendor/jquery/jquery.min.js') !!} |
176 | | - {!! Theme::js('vendor/sweetalert/sweetalert.min.js') !!} |
177 | | - {!! Theme::js('vendor/bootstrap/bootstrap.min.js') !!} |
178 | | - {!! Theme::js('vendor/slimscroll/jquery.slimscroll.min.js') !!} |
179 | | - {!! Theme::js('vendor/adminlte/app.min.js') !!} |
180 | | - {!! Theme::js('vendor/socketio/socket.io.v203.min.js') !!} |
181 | | - {!! Theme::js('vendor/bootstrap-notify/bootstrap-notify.min.js') !!} |
182 | | - {!! Theme::js('vendor/select2/select2.full.min.js') !!} |
183 | | - {!! Theme::js('js/admin/functions.js') !!} |
184 | | - {!! Theme::js('js/autocomplete.js') !!} |
| 174 | + {!! Theme::js('js/laroute.js?t={cache-version}') !!} |
| 175 | + {!! Theme::js('vendor/jquery/jquery.min.js?t={cache-version}') !!} |
| 176 | + {!! Theme::js('vendor/sweetalert/sweetalert.min.js?t={cache-version}') !!} |
| 177 | + {!! Theme::js('vendor/bootstrap/bootstrap.min.js?t={cache-version}') !!} |
| 178 | + {!! Theme::js('vendor/slimscroll/jquery.slimscroll.min.js?t={cache-version}') !!} |
| 179 | + {!! Theme::js('vendor/adminlte/app.min.js?t={cache-version}') !!} |
| 180 | + {!! Theme::js('vendor/socketio/socket.io.v203.min.js?t={cache-version}') !!} |
| 181 | + {!! Theme::js('vendor/bootstrap-notify/bootstrap-notify.min.js?t={cache-version}') !!} |
| 182 | + {!! Theme::js('vendor/select2/select2.full.min.js?t={cache-version}') !!} |
| 183 | + {!! Theme::js('js/admin/functions.js?t={cache-version}') !!} |
| 184 | + {!! Theme::js('js/autocomplete.js?t={cache-version}') !!} |
185 | 185 |
|
186 | 186 | @if(Auth::user()->root_admin) |
187 | 187 | <script> |
|
0 commit comments