in source/javascripts/subscription.js [18:22]
$('[data-equal]').each(function(){ var $this = $(this), target = $this.data('equal'); $this.find(target).equalHeights(); });