mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 20:47:27 +03:00
weather: redirect after autodetect submission
This commit is contained in:
parent
b94d81c190
commit
1123ae5c99
@ -23,6 +23,7 @@ export default class WeatherTile extends Component {
|
||||
}, { maximumAge: Infinity, timeout: 10000 });
|
||||
api.action("clock", "json", latlng);
|
||||
api.action('weather', 'json', latlng);
|
||||
this.setState({ manualEntry: !this.state.manualEntry });
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user