diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-12 20:03:00 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-12 20:03:00 +0200 |
commit | abe887cd4888586a19d4f3cb3b48a0700b80c4e8 (patch) | |
tree | 299d00011dd62114a4969d784f83e3d88dca37dd /core/js/core.json | |
parent | 3cf2f6e31bca4b704549e428d7fcbf6c4ecd6c37 (diff) | |
download | nextcloud-server-abe887cd4888586a19d4f3cb3b48a0700b80c4e8.tar.gz nextcloud-server-abe887cd4888586a19d4f3cb3b48a0700b80c4e8.zip |
Moved to jquery-ui.custom.min.js
Shaves off about 200kb of the default loaded js libs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/js/core.json')
-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 4dc257c59c0..2da12ce90e5 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/jquery-ui.custom.js", + "jquery-ui/ui/minified/jquery-ui.custom.min.js", "underscore/underscore.js", "moment/min/moment-with-locales.min.js", "handlebars/handlebars.js", |