aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/scripts/jquery/update.sh
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2016-04-19 19:49:49 +0200
committerAndreas Gohr <andi@splitbrain.org>2016-04-19 19:49:49 +0200
commitdbed6ed0c3ceda2d8f24a5c67f8e8aa2e79180e2 (patch)
tree152367124423b2ac1c50b0c78358e0765d919fd2 /lib/scripts/jquery/update.sh
parentea702d4f360b8f2f0c0c9a93815e7496536b38f5 (diff)
downloaddokuwiki-dbed6ed0c3ceda2d8f24a5c67f8e8aa2e79180e2.tar.gz
dokuwiki-dbed6ed0c3ceda2d8f24a5c67f8e8aa2e79180e2.zip
upgraded jQuery to 2.2.3
This drops support for Internet Explorer <9 which we no longer support.
Diffstat (limited to 'lib/scripts/jquery/update.sh')
-rwxr-xr-xlib/scripts/jquery/update.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/scripts/jquery/update.sh b/lib/scripts/jquery/update.sh
index 962ef816b..9a283574d 100755
--- a/lib/scripts/jquery/update.sh
+++ b/lib/scripts/jquery/update.sh
@@ -14,7 +14,7 @@ JQUI_HOST="https://code.jquery.com/ui/$JQUI_VERSION"
JQUI_GIT="https://raw.githubusercontent.com/jquery/jquery-ui/$JQUI_VERSION/ui"
# Adjust version for jQuery here - latest updates slowly
-JQ_VERSION='1.12.3'
+JQ_VERSION='2.2.3'
# load jQuery
@@ -49,6 +49,7 @@ wget -nv "$JQUI_GIT/i18n/datepicker-de.js" -O ../../../inc/lang/de-informal/jque
wget -nv "$JQUI_GIT/i18n/datepicker-pt-BR.js" -O ../../../inc/lang/pt-br/jquery.ui.datepicker.js
wget -nv "$JQUI_GIT/i18n/datepicker-zh-CN.js" -O ../../../inc/lang/zh/jquery.ui.datepicker.js
wget -nv "$JQUI_GIT/i18n/datepicker-zh-TW.js" -O ../../../inc/lang/zh-tw/jquery.ui.datepicker.js
+wget -nv "$JQUI_GIT/i18n/datepicker-cy-GB.js" -O ../../../inc/lang/cy/jquery.ui.datepicker.js
# strip source maps
sed -i '/sourceMappingURL/d' *.min.js