mod codegen2

This commit is contained in:
SilicoFlare
2023-03-23 14:45:29 +05:30
committed by GitHub
parent 9ca2e8f717
commit 6e743543d6

View File

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