data from frontend saved to json files
This commit is contained in:
@@ -715,7 +715,7 @@ function getWeatherSettings(page) {
|
||||
let city_colour = getSelected(page.querySelectorAll(".city-colour-select")[0]);
|
||||
let title = page.querySelectorAll(".title-select")[0].checked;
|
||||
|
||||
settings = {'temp':temp, 'speed': speed, 'colour':colour, 'city_colour':city_colour, 'title': title}
|
||||
settings = {'temp':temp, 'wind_speed': speed, 'colour':colour, 'city_colour':city_colour, 'title': title}
|
||||
|
||||
|
||||
//only for daily weather
|
||||
|
Reference in New Issue
Block a user