We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b5c97 commit 4e5568cCopy full SHA for 4e5568c
resources/views/common_scripts.blade.php
@@ -1,6 +1,6 @@
1
{{-- jQuery (REQUIRED) --}}
2
@if (!isset ($jquery) || (isset($jquery) && $jquery == true))
3
- @basset('https://unpkg.com/[email protected]/dist/jquery.min.js')
+ @basset('https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js')
4
@endif
5
6
{{-- jQuery UI and Smoothness theme --}}
0 commit comments