Skip to content

Commit

Permalink
several small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Dec 17, 2015
1 parent f23231c commit 384d810
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/v0.2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
} else if (x === 2) {
config.halign = 'left';
config.value = [null, config.value, upDownSpinIMG];
} else if (x === 3) {
} else if (x === 3 && !doAggregates) {
config.halign = 'left';
var dateString = value = config.value.getFullYear() + '-' + leadingZeroIfNecessary(config.value.getMonth() + 1) + '-' + leadingZeroIfNecessary(config.value.getDay());
config.value = [null, dateString, downArrowIMG];
Expand Down
12 changes: 6 additions & 6 deletions examples/v0.2/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 384d810

Please sign in to comment.