diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2015-02-11 19:43:54 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2015-02-12 16:50:14 +0100 |
commit | 47b96c9fa1449509c11a5a22589d67a6b1138d20 (patch) | |
tree | 224716a213a1f28460d00039a7752c14bdb21a6a /core/js | |
parent | 639a634cfdd2613ef0045a61a4382fd1bd517803 (diff) | |
download | nextcloud-server-47b96c9fa1449509c11a5a22589d67a6b1138d20.tar.gz nextcloud-server-47b96c9fa1449509c11a5a22589d67a6b1138d20.zip |
Added dependancy for the JS unit tests
Still not correct but it is a small step
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/core.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/js/core.json b/core/js/core.json index 2fb7842624c..7f3b313e898 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -9,7 +9,8 @@ ], "libraries": [ "jquery-showpassword.js", - "jquery-tipsy.js" + "jquery-tipsy.js", + "jquery.avatar.js" ], "modules": [ "compatibility.js", |