diff --git a/public/js/app.js b/public/js/app.js index 1c2ed26..ca5b87f 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -26,7 +26,8 @@ weatherForm.addEventListener('submit',(e)=>{ var str = 'o'; str = str.sup(); messageOne.innerHTML = `The temperature of ${data.location} is ${Math.round(data.temp)}${str}C and the humidity is around ${data.humidity}%` +// messageOne.innerHTML = `The temperature of ${data.location} is ${Math.round(data.temp)}${str}C and the humidity is around ${data.humidity}%` } }) }) -}) \ No newline at end of file +})