Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
a107db1
1
Parent(s):
93c573b
Update settings.html
Browse files- settings.html +2 -1
settings.html
CHANGED
@@ -30,9 +30,10 @@
|
|
30 |
|
31 |
|
32 |
<script>
|
|
|
33 |
function updateValues(data) {
|
34 |
document.getElementById("dey").textContent = data.dey;
|
35 |
-
|
36 |
|
37 |
}
|
38 |
|
|
|
30 |
|
31 |
|
32 |
<script>
|
33 |
+
document.getElementById("name").value = data.dey;
|
34 |
function updateValues(data) {
|
35 |
document.getElementById("dey").textContent = data.dey;
|
36 |
+
|
37 |
|
38 |
}
|
39 |
|