diff --git a/config.xml b/config.xml index 3f9197062..c46000a7e 100644 --- a/config.xml +++ b/config.xml @@ -1,8 +1,8 @@ emission diff --git a/www/js/goals.js b/www/js/goals.js index f2b4b3f16..3ffccd3e3 100644 --- a/www/js/goals.js +++ b/www/js/goals.js @@ -503,7 +503,8 @@ angular.module('emission.main.goals',['emission.services', 'emission.plugin.logg console.log("Sucessfully got all the users"); var allUsers = response.data; var ignoreList = ['Superb Girl','Test-em-mri','Test_em-mr','Test_berkeley', - 'Abcdef','admin','Ucb.sdb.android.3','Ucb.sdb.android.1','Test']; + 'Abcdef','admin','Ucb.sdb.android.3','Ucb.sdb.android.1', + 'Test', "Em Jr.#4", "Em jr#3", "Em_MR_2", ]; users = allUsers.filter(function(obj) { return ignoreList.indexOf(obj.profile.name) === -1; });