Files
EasySoft-ZenTaoPMS/module/holiday/js/browse.ui.js
T

6 lines
143 B
JavaScript

window.changeYear = function()
{
const link = changeYearLink.replace('{year}', $(this).find('[name="year"]').val());
loadPage(link);
}