Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit a0790e3

Browse files
committedOct 13, 2023
fix
1 parent d9afe9b commit a0790e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Eromona/test-site/scripts/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
}
8686

8787
document.getElementById("delete").onclick=function(){
88+
checks=document.querySelectorAll("table>tbody>tr>td>input");
8889
for(m=0;m<checks.length;m++){
8990
if(checks[m].checked){
9091
deletedTable=checks[m].parentNode.parentNode.parentNode;

0 commit comments

Comments
 (0)
This repository has been archived.