diff options
author | Andreas Gohr <andi@splitbrain.org> | 2020-05-02 11:54:12 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2020-05-02 11:54:12 +0200 |
commit | dce218246bf3470936f864b6c4f0587500e0534f (patch) | |
tree | 1e214a146e77f31dc9bf6ffa14479de58525c07b /lib/scripts/jquery/update.sh | |
parent | 6086afb7c5477160c2ead62f63067b54050e8320 (diff) | |
download | dokuwiki-dce218246bf3470936f864b6c4f0587500e0534f.tar.gz dokuwiki-dce218246bf3470936f864b6c4f0587500e0534f.zip |
remove jQuery Migrate as outlined in #1546
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 |