diff options
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 2fc821b0416..137e0217a6f 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-tipsy.js", |