Skip to content

Commit 4e5568c

Browse files
authored
remove unpkg from filemanager
1 parent 25b5c97 commit 4e5568c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/common_scripts.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{-- jQuery (REQUIRED) --}}
22
@if (!isset ($jquery) || (isset($jquery) && $jquery == true))
3-
@basset('https://unpkg.com/[email protected]/dist/jquery.min.js')
3+
@basset('https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js')
44
@endif
55

66
{{-- jQuery UI and Smoothness theme --}}

0 commit comments

Comments
 (0)