Skip to content

Commit

Permalink
Merge pull request #11 from uw-it-aca/hotfix/future_quarters
Browse files Browse the repository at this point in the history
Dropping the check for the start of the current term
  • Loading branch information
vegitron committed Dec 4, 2014
2 parents 568d25a + f3b3e1f commit 409c181
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions myuw_mobile/static/js/card/future_quarter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ var FutureQuarterCard = {
dom_target: undefined,

render_init: function() {
if (window.card_display_dates.is_before_first_day_of_current_term) {
WSData.fetch_oquarter_data(FutureQuarterCard.render_upon_data, FutureQuarterCard.render_error);
}
WSData.fetch_oquarter_data(FutureQuarterCard.render_upon_data, FutureQuarterCard.render_error);
else {
$("#FutureQuarterCard1").hide();
$("#FutureQuarterCardA").hide();
Expand Down

0 comments on commit 409c181

Please sign in to comment.