diff options
author | SoarinFerret <33401067+SoarinFerret@users.noreply.github.com> | 2020-06-28 17:00:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 17:00:41 -0500 |
commit | 0dcf3900aa1293c44483a3635b7d31b86ef246e6 (patch) | |
tree | 1696ec98516299a68d7adab074edf9112da35051 /lib/scripts | |
parent | 0e5c2602ef89c35c7fdf4dd81dc0528b4e51af32 (diff) | |
download | dokuwiki-0dcf3900aa1293c44483a3635b7d31b86ef246e6.tar.gz dokuwiki-0dcf3900aa1293c44483a3635b7d31b86ef246e6.zip |
Upgrade jQuery 3.5.0 to jQuery 3.5.1
Fixes jQuery regressions laid out here: https://blog.jquery.com/2020/05/04/jquery-3-5-1-released-fixing-a-regression/
Diffstat (limited to 'lib/scripts')
-rw-r--r-- | lib/scripts/jquery/versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/jquery/versions b/lib/scripts/jquery/versions index d5c9c3ccd..6ff062aca 100644 --- a/lib/scripts/jquery/versions +++ b/lib/scripts/jquery/versions @@ -1,3 +1,3 @@ # this is loaded from the update.sh script and our PHP code -JQ_VERSION=3.5.0 +JQ_VERSION=3.5.1 JQUI_VERSION=1.12.1 |