File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 173173 </footer >
174174 </div >
175175 @section (' footer-scripts' )
176- {{-- {!! Theme::js('js /keyboard.polyfill.js') !!}
177- <script>keyboardeventKeyPolyfill.polyfill();</script>--}}
176+ < script src = " /js /keyboard.polyfill.js" type = " application/javascript " ></ script >
177+ <script >keyboardeventKeyPolyfill .polyfill (); </script >
178178
179179 {!! Theme:: js (' vendor/jquery/jquery.min.js?t={cache-version}' ) ! !}
180180 {!! Theme:: js (' vendor/sweetalert/sweetalert.min.js?t={cache-version}' ) ! !}
185185 {!! Theme:: js (' vendor/bootstrap-notify/bootstrap-notify.min.js?t={cache-version}' ) ! !}
186186 {!! Theme:: js (' vendor/select2/select2.full.min.js?t={cache-version}' ) ! !}
187187 {!! Theme:: js (' js/admin/functions.js?t={cache-version}' ) ! !}
188- {{-- {!! Theme::js('js /autocomplete.js?t={cache-version}') !!} --}}
188+ < script src = " /js /autocomplete.js" type = " application/javascript " ></ script >
189189
190190 @if (Auth:: user ()-> root_admin )
191191 <script >
Original file line number Diff line number Diff line change 5252
5353 {!! Theme:: js (' vendor/jquery/jquery.min.js?t={cache-version}' ) ! !}
5454 {!! Theme:: js (' vendor/bootstrap/bootstrap.min.js?t={cache-version}' ) ! !}
55- {{-- {!! Theme::js('js /autocomplete.js?t={cache-version}') !!} --}}
55+ < script src = " /js /autocomplete.js" type = " application/javascript " ></ script >
5656 {!! Theme:: js (' vendor/particlesjs/particles.min.js?t={cache-version}' ) ! !}
5757 <script type =" text/javascript" >
5858 /* particlesJS.load(@dom -id, @path -json, @callback (optional )); */
Original file line number Diff line number Diff line change @@ -274,8 +274,8 @@ class="active"
274274 <div class =" control-sidebar-bg" ></div >
275275 </div >
276276 @section (' footer-scripts' )
277- {{-- {!! Theme::js('js /keyboard.polyfill.js?t={cache-version}') !!}
278- <script>keyboardeventKeyPolyfill.polyfill();</script>--}}
277+ < script src = " /js /keyboard.polyfill.js" type = " application/javascript " ></ script >
278+ <script >keyboardeventKeyPolyfill .polyfill (); </script >
279279
280280 {!! Theme:: js (' vendor/jquery/jquery.min.js?t={cache-version}' ) ! !}
281281 {!! Theme:: js (' vendor/sweetalert/sweetalert.min.js?t={cache-version}' ) ! !}
@@ -284,7 +284,7 @@ class="active"
284284 {!! Theme:: js (' vendor/adminlte/app.min.js?t={cache-version}' ) ! !}
285285 {!! Theme:: js (' vendor/socketio/socket.io.v203.min.js?t={cache-version}' ) ! !}
286286 {!! Theme:: js (' vendor/bootstrap-notify/bootstrap-notify.min.js?t={cache-version}' ) ! !}
287- {{-- {!! Theme::js('js /autocomplete.js?t={cache-version}') !!} --}}
287+ < script src = " /js /autocomplete.js" type = " application/javascript " ></ script >
288288
289289 @if (Auth:: user ()-> root_admin )
290290 <script >
You can’t perform that action at this time.
0 commit comments