mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-12-08 10:51:26 +01:00
commit
d6da6b3c63
@ -95,7 +95,7 @@ if [ -f "src/static/js/jquery.js" ]; then
|
||||
fi
|
||||
|
||||
if [ $DOWNLOAD_JQUERY = "true" ]; then
|
||||
curl -lo src/static/js/jquery.js http://code.jquery.com/jquery-$NEEDED_VERSION.js || exit 1
|
||||
curl -lo src/static/js/jquery.js https://code.jquery.com/jquery-$NEEDED_VERSION.js || exit 1
|
||||
fi
|
||||
|
||||
#Remove all minified data to force node creating it new
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user