Browse Source

fix javascript typo

Help-14 3 năm trước cách đây
mục cha
commit
d788cdd3dd
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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>