Skip to content

Commit

Permalink
Merge pull request #180 from shankari/release_v130
Browse files Browse the repository at this point in the history
Add more test users + bump up version number
  • Loading branch information
shankari authored Nov 3, 2016
2 parents ae55d66 + 775afd0 commit 88a0a58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="edu.berkeley.eecs.emission"
version="1.2.0"
android-versionCode="15"
ios-CFBundleVersion="15"
version="1.4.0"
android-versionCode="17"
ios-CFBundleVersion="17"
xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>emission</name>
<description>
Expand Down
3 changes: 2 additions & 1 deletion www/js/goals.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
Expand Down

0 comments on commit 88a0a58

Please sign in to comment.