diff options
author | Andreas Gohr <andi@splitbrain.org> | 2016-06-10 08:44:37 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2016-06-10 08:44:37 +0200 |
commit | 16f765dd94c921978bea9fde6f4f47299fa96749 (patch) | |
tree | 89a533bb924210388cfaca7b87772d5876d32200 /lib/scripts/jquery/update.sh | |
parent | a1d6d552b3811369d4981d8a02dfb4bab051c487 (diff) | |
download | dokuwiki-16f765dd94c921978bea9fde6f4f47299fa96749.tar.gz dokuwiki-16f765dd94c921978bea9fde6f4f47299fa96749.zip |
updated jquery to 2.2.4
Diffstat (limited to 'lib/scripts/jquery/update.sh')
-rwxr-xr-x | lib/scripts/jquery/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/jquery/update.sh b/lib/scripts/jquery/update.sh index 9a283574d..3bab372ca 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='2.2.3' +JQ_VERSION='2.2.4' # load jQuery |