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 = {};