selectEl.on('change', function() {
      window.location.href = window.location.pathname + '?branch=' + this.value;
    });