diff options
author | Andreas Gohr <andi@splitbrain.org> | 2016-04-19 19:40:04 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2016-04-19 19:40:04 +0200 |
commit | ea702d4f360b8f2f0c0c9a93815e7496536b38f5 (patch) | |
tree | d5844135bd04f19daa7a1dc5a7871513522137b3 /lib/scripts/jquery/update.sh | |
parent | 8a0c870e6b3e94d1fa8ed4eaaf7b6c4c6edcb7fb (diff) | |
download | dokuwiki-ea702d4f360b8f2f0c0c9a93815e7496536b38f5.tar.gz dokuwiki-ea702d4f360b8f2f0c0c9a93815e7496536b38f5.zip |
upgraded jQuery to 1.12.3
Diffstat (limited to 'lib/scripts/jquery/update.sh')
-rwxr-xr-x | lib/scripts/jquery/update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/scripts/jquery/update.sh b/lib/scripts/jquery/update.sh index ed9dcab7b..962ef816b 100755 --- a/lib/scripts/jquery/update.sh +++ b/lib/scripts/jquery/update.sh @@ -13,8 +13,8 @@ JQUI_VERSION='1.11.4' JQUI_HOST="https://code.jquery.com/ui/$JQUI_VERSION" JQUI_GIT="https://raw.githubusercontent.com/jquery/jquery-ui/$JQUI_VERSION/ui" -# Adjust version for jQueryhere - latest updates slowly -JQ_VERSION='1.11.3' +# Adjust version for jQuery here - latest updates slowly +JQ_VERSION='1.12.3' # load jQuery |