Update home_en.html

This commit is contained in:
FURK4NGG
2025-02-24 20:45:35 +03:00
committed by GitHub
parent 6eb3e8182e
commit d3e3133246
+2 -2
View File
@@ -327,8 +327,8 @@
if (isMobileDevice()) { if (isMobileDevice()) {
var circles = document.getElementsByClassName('circle'); var circles = document.getElementsByClassName('circle');
for (var i = 0; i < circles.length; i++) {circles[i].style.display = 'none';}}}; for (var i = 0; i < circles.length; i++) {circles[i].style.display = 'none';}}};
const darkmode = new Darkmode(options); //const darkmode = new Darkmode(options);
darkmode.showWidget(); //darkmode.showWidget();
</script> </script>
</body> </body>
</html> </html>