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!'); }