Browse Source

blah

master
neroignis@gmail.com 5 years ago
parent
commit
2a68623119
  1. 2
      app.js

2
app.js

@ -520,7 +520,7 @@ let kara = new Vue({ @@ -520,7 +520,7 @@ let kara = new Vue({
vue.botMessage('In ' + response.data.name + ' it\'s ' + response.data.main.temp.toFixed() + '°C with ' + response.data.weather[0].description + '.');
})
.catch(function (error) {
console.log(error);
alert(error);
vue.botMessage('I couldn\'t check the weather for your location. 🤔');
})

Loading…
Cancel
Save