18.02.2025, 14:23
However, if I then deselect a trend or select it again, the old title “Multiple Trends” is displayed again.
Is it also possible to continue to display the user-defined title if I deselect a selected trend, or deselect it and then select it again?
Is it also possible to continue to display the user-defined title if I deselect a selected trend, or deselect it and then select it again?
(18.02.2025, 07:38)admin Wrote: Custom JS:
Code:$(function() {
if (window.location.search == '?id=1,3,4&mode=month&multiple=1') {
$('.title').text('custom title');
}
})