Browse Source

fix javascript typo

Help-14 3 years ago
parent
commit
d788cdd3dd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/themes/flame/index.html

+ 0 - 1
src/themes/flame/index.html

@@ -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>