diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-12-04 10:19:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-04 10:19:56 +0100 |
commit | 388f5dd6ccfb6b8027bff98eaaa3003a42d8a905 (patch) | |
tree | 932a89dbcfd5f22c733e2c47cfe3a88da5d04c08 /core/js | |
parent | ba14da5039d8a61f07eea0a6169eaf618d739172 (diff) | |
parent | ec93cf7603e2df62d381f13dff23b7b391639897 (diff) | |
download | nextcloud-server-388f5dd6ccfb6b8027bff98eaaa3003a42d8a905.tar.gz nextcloud-server-388f5dd6ccfb6b8027bff98eaaa3003a42d8a905.zip |
Merge pull request #11718 from nextcloud/dependachristoph/bower/jquery-ui-1.12.1
Bump jquery-ui from 1.10 to 1.12.1
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/core.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/core.json b/core/js/core.json index 1ee31b20d25..6781ef544f7 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -2,7 +2,7 @@ "vendor": [ "jquery/dist/jquery.min.js", "jquery-migrate/jquery-migrate.min.js", - "jquery-ui/ui/minified/jquery-ui.custom.min.js", + "jquery-ui/jquery-ui.min.js", "underscore/underscore-min.js", "moment/min/moment-with-locales.min.js", "handlebars/handlebars.min.js", |