Matchu
7e73313d43
primarily because it's confusing for advanced search and looks like the form's submit button - at least according to lavelle ;P
3 lines
129 B
JavaScript
3 lines
129 B
JavaScript
document.getElementById('locale').addEventListener('change', function() {
|
|
document.getElementById('locale-form').submit();
|
|
});
|