Skip to content

Instantly share code, notes, and snippets.

@lscoates
Last active September 12, 2016 15:58
Show Gist options
  • Save lscoates/06e0115b66df84d9b2514e3cb4e9c642 to your computer and use it in GitHub Desktop.
Save lscoates/06e0115b66df84d9b2514e3cb4e9c642 to your computer and use it in GitHub Desktop.
function hideRecurringLineItem() {
$('#summary-recurring-charges').hide();
$('.plan__summary-component').hide();
};
$(document).bind("afterSummaryRefresh", hideRecurringLineItem);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment