18.02.2025, 07:38
Custom JS:
Code:
$(function() {
if (window.location.search == '?id=1,3,4&mode=month&multiple=1') {
$('.title').text('custom title');
}
})