From 3974ec6da928f72ff6f3f89cf7dc125dc7990a87 Mon Sep 17 00:00:00 2001 From: Gerome Matilla Date: Sat, 13 Jun 2020 16:45:29 +0800 Subject: [PATCH] fix city id textbox not appearing --- js/weather-settings.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/weather-settings.js b/js/weather-settings.js index 7d7e76f..1a8be52 100644 --- a/js/weather-settings.js +++ b/js/weather-settings.js @@ -237,6 +237,10 @@ class WeatherSettings { this._updateCredentialVariables(); this._deleteWeatherSettingsValue(); this._updateWeatherSettingsPlaceholder(); + + // Show city id textbox + this._weatherSettingsCityIDGroup.classList.remove('hideWeatherSettings'); + alert('Credentials deleted!'); }