Spaces:
Sleeping
Sleeping
Update show_image.html
Browse files- show_image.html +1 -1
show_image.html
CHANGED
|
@@ -73,7 +73,7 @@
|
|
| 73 |
const imgElement = document.getElementById("plantImage");
|
| 74 |
|
| 75 |
// Показываем индикатор загрузки
|
| 76 |
-
imgElement.style.opacity = "0.
|
| 77 |
|
| 78 |
// Обновляем источник изображения
|
| 79 |
imgElement.src = "/last_image?t=" + timestamp;
|
|
|
|
| 73 |
const imgElement = document.getElementById("plantImage");
|
| 74 |
|
| 75 |
// Показываем индикатор загрузки
|
| 76 |
+
imgElement.style.opacity = "0.9";
|
| 77 |
|
| 78 |
// Обновляем источник изображения
|
| 79 |
imgElement.src = "/last_image?t=" + timestamp;
|