1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Updated: instantsearch.js v4.21.0 -> v4.23.0 (#450)

This commit is contained in:
nobody
2021-06-03 07:16:21 +02:00
parent 83a045587f
commit c5d98a7964
6 changed files with 9 additions and 6 deletions

View File

@@ -666,6 +666,8 @@ function create_url() {
# TODO: REMOVE WHEN CDNJS.COM AUTO UPDATE BOT IS FULLY FUNCTIONAL AGAIN
elif [ "$folder" = "hls.js" ]; then
url="$JSDELIVR/npm/$folder@$version/dist/$jfile"
elif [ "$folder" = "instantsearch.js" ]; then
url="$JSDELIVR/npm/$folder@$version/dist/instantsearch.production.min.js"
# --------------------------------------------------------------------------
else
if [ "$subfile" = "$jfile" ]; then