Skip to content

Commit 01e0eca

Browse files
committed
Update jquery-ui to 1.14.2 in elfinder common scripts
1 parent f47fac8 commit 01e0eca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/views/common_scripts.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
@endif
88

99
{{-- jQuery UI and Smoothness theme --}}
10-
@basset('https://raw.githubusercontent.com/jquery/jquery-ui/refs/tags/1.13.2/dist/jquery-ui.min.js', true, [
11-
'integrity' => 'sha384-4D3G3GikQs6hLlLZGdz5wLFzuqE9v4yVGAcOH86y23JqBDPzj9viv0EqyfIa6YUL',
10+
@basset('https://cdn.jsdelivr.net/npm/jquery-ui@1.14.2/dist/jquery-ui.min.js', true, [
11+
'integrity' => 'sha384-tBcEcHGtNy7/Mx08+YxuvQ6v6s0N2jgehtFiT+bLtGwTj/txXtB/L5GqXfggm5sS',
1212
'crossorigin' => 'anonymous'
1313
])
1414

0 commit comments

Comments
 (0)