3 lines
82 B
JavaScript
3 lines
82 B
JavaScript
|
$('#location-select').change(function(){
|
||
|
$('form#location-form').submit();
|
||
|
});
|