5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
|
$('#menu-select').on('change', function() {
|
||
|
location.href = this.value;
|
||
|
});
|
||
|
|
||
|
if (typeof period !== 'undefined') $(`a#${period}`).addClass('selected')
|