fix javascript typo
This commit is contained in:
parent
17a57bbcd4
commit
d788cdd3dd
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@
|
|||
document.querySelector("#humidity").innerText = Math.floor(weather.main.humidity) + "%";
|
||||
document.querySelector("#weather-info").style.visibility = "visible";
|
||||
})();
|
||||
});
|
||||
</script>
|
||||
<script src="/common/js/custom.js"></script>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue