08.12.2023, 07:13
Add this to Custom JavaScript:
Code:
$(function() {
var show = window.showPrevNextPlan;
if (show) {
setInterval(function() {
show(true);
}, 10 * 1000);
}
});