diff options
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/js/core.json b/core/js/core.json index b32ca5ca8f3..f57061a2c81 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -5,12 +5,14 @@ "jquery-ui/ui/jquery-ui.custom.js", "underscore/underscore.js", "moment/min/moment-with-locales.js", - "handlebars/handlebars.js" + "handlebars/handlebars.js", + "blueimp-md5/js/md5.js" ], "libraries": [ "jquery-showpassword.js", "jquery-tipsy.js", - "jquery.avatar.js" + "jquery.avatar.js", + "placeholder.js" ], "modules": [ "compatibility.js", |