diff --git a/resources/views/fields/browse.blade.php b/resources/views/fields/browse.blade.php index 2ecfba8..ef1c631 100644 --- a/resources/views/fields/browse.blade.php +++ b/resources/views/fields/browse.blade.php @@ -56,8 +56,8 @@ @push('crud_fields_scripts') {{-- include browse server js --}} - @basset('https://cdn.jsdelivr.net/npm/jquery-colorbox@1.6.4/jquery.colorbox.min.js', true, [ - 'integrity' => 'sha384-nRGTVvv4Qn110QBA9rXeSIVNgDwYTg+ZqPaUquO44OQaVASFOVFo5beRb62KFOu/', + @basset('https://cdn.jsdelivr.net/npm/jquery-colorbox@1.6.4/jquery.colorbox.js', true, [ + 'integrity' => 'sha256-WYuzmp4s4GsP0fs+5V6iHJVa+ZbXywhZgnHyaJ95vSU=', 'crossorigin' => 'anonymous' ]) @bassetBlock('backpack/pro/fields/browse-field.js') diff --git a/resources/views/fields/browse_multiple.blade.php b/resources/views/fields/browse_multiple.blade.php index 634d7e3..cc9e68c 100644 --- a/resources/views/fields/browse_multiple.blade.php +++ b/resources/views/fields/browse_multiple.blade.php @@ -95,8 +95,8 @@ @push('crud_fields_scripts') - @basset('https://cdn.jsdelivr.net/npm/jquery-colorbox@1.6.4/jquery.colorbox.min.js', true, [ - 'integrity' => 'sha384-nRGTVvv4Qn110QBA9rXeSIVNgDwYTg+ZqPaUquO44OQaVASFOVFo5beRb62KFOu/', + @basset('https://cdn.jsdelivr.net/npm/jquery-colorbox@1.6.4/jquery.colorbox.js', true, [ + 'integrity' => 'sha256-WYuzmp4s4GsP0fs+5V6iHJVa+ZbXywhZgnHyaJ95vSU=', 'crossorigin' => 'anonymous' ]) @basset('https://raw.githubusercontent.com/jquery/jquery-ui/refs/tags/1.13.2/dist/jquery-ui.min.js', true, [