diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-11-04 12:51:29 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-11-04 14:28:29 +0100 |
commit | 74d375d8ea785e304dd679cc677568bdbf4a4caf (patch) | |
tree | c686c5569e8447f3614994bee09792983d3dfcc7 /core/js/core.json | |
parent | d5c98add589ce71aed5ac9973e4a000e9d95aab5 (diff) | |
download | nextcloud-server-74d375d8ea785e304dd679cc677568bdbf4a4caf.tar.gz nextcloud-server-74d375d8ea785e304dd679cc677568bdbf4a4caf.zip |
migrate jQuery to bower
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/core.json b/core/js/core.json index 3297b44318d..86db15e5116 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -1,10 +1,10 @@ { "vendor": [ + "jquery/jquery.min.js", + "jquery/jquery-migrate.min.js", "moment/min/moment-with-locales.js" ], "libraries": [ - "jquery-1.10.0.min.js", - "jquery-migrate-1.2.1.min.js", "jquery-ui-1.10.0.custom.js", "jquery-showpassword.js", "jquery.placeholder.js", |