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

Audit script modified (#879)

This commit is contained in:
nobody
2022-02-24 05:57:54 +01:00
parent fbcf5b50f5
commit 1ac94d5577

View File

@@ -699,6 +699,8 @@ function create_url() {
url="$JSDELIVR/npm/$folder@$version/dist/$jfile"
elif [ "$folder" = "dygraph" ] && [ "$version" = "1.1.1" ];then
url="$CLOUDFLARE/$folder/$version/dygraph-combined.js"
elif [ "$folder" = "mootools" ] && [ "$version" = "1.4.5" ];then
url="$CLOUDFLARE/$folder/$version/mootools-core-full-compat-yc.min.js"
# --------------------------------------------------------------------------
# TODO: REMOVE WHEN CDNJS.COM AUTO UPDATE BOT IS FULLY FUNCTIONAL AGAIN
elif [ "$folder" = "noUiSlider" ] && [ "$version" != "14.7.0" ];then