diff options
author | Andreas Gohr <andi@splitbrain.org> | 2020-05-04 17:59:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 17:59:03 +0200 |
commit | a131d86717cc8a1e7e6296a95bff3ecccf7f7ad1 (patch) | |
tree | 87d52e8fb341cd65a86019fd3908397c8391d9a3 /lib/scripts/jquery/update.sh | |
parent | c8cc405363d9effbb231c139551efcb0ca4d3e43 (diff) | |
parent | dce218246bf3470936f864b6c4f0587500e0534f (diff) | |
download | dokuwiki-a131d86717cc8a1e7e6296a95bff3ecccf7f7ad1.tar.gz dokuwiki-a131d86717cc8a1e7e6296a95bff3ecccf7f7ad1.zip |
Merge pull request #3066 from splitbrain/jquery-update
jQuery Update and jQuery Migrate removal
Diffstat (limited to 'lib/scripts/jquery/update.sh')
-rwxr-xr-x | lib/scripts/jquery/update.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/scripts/jquery/update.sh b/lib/scripts/jquery/update.sh index 31b859ecd..e950d89b7 100755 --- a/lib/scripts/jquery/update.sh +++ b/lib/scripts/jquery/update.sh @@ -17,8 +17,6 @@ JQUI_GIT="https://raw.githubusercontent.com/jquery/jquery-ui/$JQUI_VERSION/ui" wget -nv https://code.jquery.com/jquery-${JQ_VERSION}.min.js -O jquery.min.js # load jQuery-UI wget -nv "$JQUI_HOST/jquery-ui.min.js" -O jquery-ui.min.js -# load jQuery Migrate -wget -nv https://code.jquery.com/jquery-migrate-${JQM_VERSION}.min.js -O jquery-migrate.min.js # load the smoothness theme mkdir -p jquery-ui-theme/images |