fix city id textbox not appearing

This commit is contained in:
Gerome Matilla 2020-06-13 16:45:29 +08:00
parent e4560a8ac5
commit 3974ec6da9

View File

@ -237,6 +237,10 @@ class WeatherSettings {
this._updateCredentialVariables();
this._deleteWeatherSettingsValue();
this._updateWeatherSettingsPlaceholder();
// Show city id textbox
this._weatherSettingsCityIDGroup.classList.remove('hideWeatherSettings');
alert('Credentials deleted!');
}