UC.DailyReportTypeSelection.prototype.listen = function() {
  this.$dom.on('change', this.reloadWithNewQuery.bind(this));
};