diff options
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 |