tixcraft_bot/webdriver/Maxbotplus_1.0.0/js/kham_date.js

8 lines
193 B
JavaScript
Raw Permalink Normal View History

$("div#DIV_REMARK").remove();
$("div.footer").remove();
$a_btn=$("#content").find("table.eventTABLE > tbody > tr > td > a > button[onclick]");
if($a_btn.length==1) {
$a_btn.click();
}