Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
csarven committed Jan 9, 2012
1 parent 6e28f45 commit d38712e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Expand Up @@ -476,7 +476,7 @@ var SE = { // School Explorer
var xdata = [];
var ydata = [];

if (data != null && data.data.length > 0) {
if (data != null && data.data[0].length != 0) {
totalCalculated = 0;
$.each(data.data, function (i, agegroup) {
xdata.push(agegroup.age_label.value);
Expand Down

0 comments on commit d38712e

Please sign in to comment.