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()) {
var circles = document.getElementsByClassName('circle');
for (var i = 0; i < circles.length; i++) {circles[i].style.display = 'none';}}};
const darkmode = new Darkmode(options);
darkmode.showWidget();
//const darkmode = new Darkmode(options);
//darkmode.showWidget();
</script>
</body>
</html>