tixcraft_bot/webdriver/Maxbotplus_1.0.0/js/cityline_event_detail.js

19 lines
536 B
JavaScript
Raw Permalink Normal View History

2024-04-11 09:52:16 +00:00
$("#eventLargeCoverUrl").remove();
$("#s_footer").remove();
$("footer").remove();
2024-04-11 09:52:16 +00:00
function dom_ready() {
let eventId = getUrlParameter('event');
2024-04-11 09:52:16 +00:00
//let selectedPerfId = 71202;
var url = contextPath + "/[activityCode]/performance?event=[eventId]&perfId=[perfId]";
url = url.replace("[activityCode]",activityCode)
.replace("[eventId]", eventId)
.replace("[perfId]",selectedPerfId)
//console.log(url);
//location.href = url;
}
2024-04-11 09:52:16 +00:00
// not able to redirt, must click reCAPTCAH button.
// dom_ready();