From 215dc1421cfe87aafa6beb3f001c739a14065736 Mon Sep 17 00:00:00 2001 From: Harshtiwari12 <55392582+Harshtiwari12@users.noreply.github.com> Date: Sat, 3 Oct 2020 18:17:10 +0530 Subject: [PATCH] .. .... comment --- public/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +})