proxy submit btn

This commit is contained in:
binary-husky
2024-07-15 03:28:59 +00:00
parent 85b92b7f07
commit e290317146
8 changed files with 14 additions and 14 deletions

View File

@@ -1671,3 +1671,8 @@ async function run_classic_plugin_via_id(plugin_elem_id){
// console.log('unable to find function');
return;
}
async function click_real_submit_btn() {
document.getElementById("elem_submit").click();
}