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+")");
|
||||
list.appendChild(temp);
|
||||
count++;
|
||||
console.log(count)
|
||||
document.getElementById("value"+(count-1)).focus();
|
||||
console.log(count);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
Reference in New Issue
Block a user