2017-02-02 21:17:04 +01:00

3 lines
82 B
JavaScript

$('#location-select').change(function(){
$('form#location-form').submit();
});