Редирект на другую страницу с захватом меток
(function () {
const current = window.location;
if (current.pathname === '/live12') {
window.location.href = 'https://fitnessmama.school/webinar_bt' + current.search;
}
})();
(function () {
const current = window.location;
if (current.pathname === '/live12') {
window.location.href = 'https://fitnessmama.school/webinar_bt' + current.search;
}
})();
No Comments