Spaces:
Sleeping
Sleeping
Update settings.html
Browse files- settings.html +1 -1
settings.html
CHANGED
@@ -30,7 +30,7 @@
|
|
30 |
<script>
|
31 |
function updateValues(data) {
|
32 |
document.getElementById("dey").textContent = data.dey;
|
33 |
-
document.getElementById("name").
|
34 |
|
35 |
}
|
36 |
|
|
|
30 |
<script>
|
31 |
function updateValues(data) {
|
32 |
document.getElementById("dey").textContent = data.dey;
|
33 |
+
document.getElementById("name").placeholder = data.dey;
|
34 |
|
35 |
}
|
36 |
|