
$(document).ready(function(){
	$('#year-month-filter-block select').change(function(){
		this.form.submit();
	});
});

