tixcraft_bot/webdriver/Maxbot_1.0.0/js/kktix_registrations_new.js

6 lines
166 B
JavaScript
Raw Normal View History

2023-12-27 06:17:40 +00:00
$("footer").hide();
function hideBannerAndImage() {
$("div.banner-wrapper").hide();
$("div.ticket-img-wrapper").hide();
}
setTimeout(hideBannerAndImage, 300);