Skip to content

Commit

Permalink
merged develop into care-portal and fixed conflict in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Calabrese committed Aug 16, 2014
2 parents b2ad697 + ba4f341 commit 7c69da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ my.env
*.env
static/bower_components/
.*.sw?
.DS_Store

.vagrant
/iisnode
Expand Down
2 changes: 1 addition & 1 deletion static/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
if (errorCode) {
var errorDisplay;

switch (errorCode) {
switch (parseInt(errorCode)) {
case 0: errorDisplay = '??0'; break; //None
case 1: errorDisplay = '?SN'; break; //SENSOR_NOT_ACTIVE
case 2: errorDisplay = '??2'; break; //MINIMAL_DEVIATION
Expand Down

0 comments on commit 7c69da4

Please sign in to comment.