diff --git a/pes/scilab/lab02.html b/pes/scilab/lab02.html
index 338e28d..3b5ba9d 100644
--- a/pes/scilab/lab02.html
+++ b/pes/scilab/lab02.html
@@ -82,7 +82,7 @@
temp.querySelector(".del").setAttribute("onclick", "delValue("+i+")");
list.appendChild(temp);
count++;
- document.getElementById("value"+(count-1)).focus();
+ document.getElementById("value"+(count-1)).querySelector(".fld1").focus();
console.log(count);
}