diff --git a/resources/views/common_scripts.blade.php b/resources/views/common_scripts.blade.php index 3d77643..d8d866c 100644 --- a/resources/views/common_scripts.blade.php +++ b/resources/views/common_scripts.blade.php @@ -4,12 +4,12 @@ @endif {{-- jQuery UI and Smoothness theme --}} - @bassetArchive('https://github.com/jquery/jquery-ui/archive/refs/tags/1.13.2.zip', 'jquery-ui-1.13.2') + @bassetArchive('https://github.com/jquery/jquery-ui/archive/refs/tags/1.13.2.tar.gz', 'jquery-ui-1.13.2') @basset('jquery-ui-1.13.2/jquery-ui-1.13.2/dist/themes/smoothness/jquery-ui.min.css') @basset('jquery-ui-1.13.2/jquery-ui-1.13.2/dist/jquery-ui.min.js') {{-- elFinder JS (REQUIRED) --}} - @bassetArchive('https://github.com/Studio-42/elFinder/archive/refs/tags/2.1.61.zip', 'elfinder-2.1.61') + @bassetArchive('https://github.com/Studio-42/elFinder/archive/refs/tags/2.1.61.tar.gz', 'elfinder-2.1.61') @basset('elfinder-2.1.61/elFinder-2.1.61/js/elfinder.min.js') {{-- elFinder translation (OPTIONAL) --}} diff --git a/resources/views/common_styles.blade.php b/resources/views/common_styles.blade.php index da93098..120b553 100644 --- a/resources/views/common_styles.blade.php +++ b/resources/views/common_styles.blade.php @@ -2,7 +2,7 @@