diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-10-09 14:56:27 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-11-26 21:06:15 +0100 |
commit | ec93cf7603e2df62d381f13dff23b7b391639897 (patch) | |
tree | e112081bc0be404612ac1fd1617b3780028e08d8 /core/js | |
parent | 324efc00d6060caba93afbbd8f080302089451e8 (diff) | |
download | nextcloud-server-ec93cf7603e2df62d381f13dff23b7b391639897.tar.gz nextcloud-server-ec93cf7603e2df62d381f13dff23b7b391639897.zip |
Update to jquery-ui v1.12.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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", |