2025-03-26 10:01:46 +07:00

5 lines
136 B
JavaScript
Vendored

$(function() {
$('.versions').change(function (e) {
location.href = $(this).find('option:selected').data('url');
});
});