From f7ecec2d97e02471e8b65b76586d58ea966a90a3 Mon Sep 17 00:00:00 2001 From: dobr Date: Mon, 8 Dec 2025 16:08:01 +0800 Subject: [PATCH] selector instead input --- .gitignore | 3 ++- public/index.html | 13 ++++++++++++- public/script.js | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6299354..9bf2853 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,5 @@ yarn-error.log* .env.production.local # Файлы IDE (WebStorm) -.idea/ \ No newline at end of file +.idea/ +/package-lock.json diff --git a/public/index.html b/public/index.html index 3814037..2be80a4 100644 --- a/public/index.html +++ b/public/index.html @@ -13,7 +13,18 @@

Анализатор данных METAR

- +
diff --git a/public/script.js b/public/script.js index 6ddfea1..5d40a07 100644 --- a/public/script.js +++ b/public/script.js @@ -10,7 +10,7 @@ document.addEventListener('DOMContentLoaded', () => { const rawDataContainer = document.getElementById('raw-data-container'); // Устанавливаем значения по умолчанию - stationInput.value = 'UIII'; // Иркутск + // stationInput.value = 'UIII'; // Иркутск daysInput.value = '14'; const charts = {};