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,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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user