Skip to content

Commit

Permalink
Revert unintended behavior change from PR #402
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrossman committed Aug 11, 2014
1 parent c88e0ab commit 9365562
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions daterangepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,7 @@
if (!this.container.find('.calendar.right').hasClass('single'))
this.container.find('.calendar.right').addClass('single');
} else {
this.container.find('.calendar.right').show().removeClass('single');
this.container.find('.calendar.left').show();
this.container.find('.calendar.right').removeClass('single');
this.container.find('.ranges').show();
}

Expand Down

0 comments on commit 9365562

Please # to comment.