mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
mod codegen2
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user