diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-11-06 11:04:18 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-12-13 09:47:34 +0100 |
commit | edcd2f27069ae125a4b6680a384b44ebe69b12de (patch) | |
tree | e6db6a0740392469bda8f8b15f07e48ce81d7164 /core/js/core.json | |
parent | 29e1c3a898a66b0b005d230a836a0275e462071c (diff) | |
download | nextcloud-server-edcd2f27069ae125a4b6680a384b44ebe69b12de.tar.gz nextcloud-server-edcd2f27069ae125a4b6680a384b44ebe69b12de.zip |
bower jquery-ui - exported changes to a separate css file
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 ea79724dcc6..e529315fdb1 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -2,11 +2,11 @@ "vendor": [ "jquery/jquery.min.js", "jquery/jquery-migrate.min.js", + "jquery-ui/ui/jquery-ui.custom.js", "underscore/underscore.js", "moment/min/moment-with-locales.js" ], "libraries": [ - "jquery-ui-1.10.0.custom.js", "jquery-showpassword.js", "jquery-tipsy.js" ], |