Skip to content

Commit

Permalink
I hate merging. :D One more commit to be in line with Jason's code
Browse files Browse the repository at this point in the history
  • Loading branch information
sulkaharo committed Mar 14, 2015
1 parent 37601d0 commit 26f9e35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,6 @@ var app = {}, browserSettings = {}, browserStorage = $.localStorage;
totalBG += d.y;
});


return totalBG ? (totalBG / closeBGs.length) : 450;
}

Expand Down Expand Up @@ -1129,7 +1128,6 @@ var app = {}, browserSettings = {}, browserStorage = $.localStorage;

if (isNaN(R1) || isNaN(R3) || isNaN(R3)) {
console.warn("Bad Data: Found isNaN value in treatment", treatment);
console.warn("Found NaN for treatment:", treatment);
return;
}

Expand Down

0 comments on commit 26f9e35

Please sign in to comment.