mod codegen2

This commit is contained in:
SilicoFlare
2023-03-23 14:46:20 +05:30
committed by GitHub
parent 6e743543d6
commit 937b3482c5

View File

@@ -82,7 +82,7 @@
temp.querySelector(".del").setAttribute("onclick", "delValue("+i+")"); temp.querySelector(".del").setAttribute("onclick", "delValue("+i+")");
list.appendChild(temp); list.appendChild(temp);
count++; count++;
document.getElementById("value"+(count-1)).focus(); document.getElementById("value"+(count-1)).querySelector(".fld1").focus();
console.log(count); console.log(count);
} }