$(".js-location-changer").on("change", function() {
        window.location.assign($(this).val());
      });