From 47b96c9fa1449509c11a5a22589d67a6b1138d20 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 11 Feb 2015 19:43:54 +0100 Subject: [PATCH] Added dependancy for the JS unit tests Still not correct but it is a small step --- core/js/core.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- 2.39.5