Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
9159ff4
1
Parent(s):
a107db1
Update settings.html
Browse files- settings.html +9 -1
settings.html
CHANGED
@@ -30,7 +30,15 @@
|
|
30 |
|
31 |
|
32 |
<script>
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
function updateValues(data) {
|
35 |
document.getElementById("dey").textContent = data.dey;
|
36 |
|
|
|
30 |
|
31 |
|
32 |
<script>
|
33 |
+
|
34 |
+
|
35 |
+
function updateValues_s() {
|
36 |
+
|
37 |
+
document.getElementById("name").value = data.dey;
|
38 |
+
|
39 |
+
}
|
40 |
+
updateValues_s();
|
41 |
+
|
42 |
function updateValues(data) {
|
43 |
document.getElementById("dey").textContent = data.dey;
|
44 |
|