aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/scripts/jquery/update.sh
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2020-05-02 11:54:12 +0200
committerAndreas Gohr <andi@splitbrain.org>2020-05-02 11:54:12 +0200
commitdce218246bf3470936f864b6c4f0587500e0534f (patch)
tree1e214a146e77f31dc9bf6ffa14479de58525c07b /lib/scripts/jquery/update.sh
parent6086afb7c5477160c2ead62f63067b54050e8320 (diff)
downloaddokuwiki-dce218246bf3470936f864b6c4f0587500e0534f.tar.gz
dokuwiki-dce218246bf3470936f864b6c4f0587500e0534f.zip
remove jQuery Migrate as outlined in #1546
Diffstat (limited to 'lib/scripts/jquery/update.sh')
-rwxr-xr-xlib/scripts/jquery/update.sh2
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