Update home_en.html

This commit is contained in:
FURK4NGG
2025-02-24 20:59:17 +03:00
committed by GitHub
parent 38db9cd9cf
commit 13a07a7317
-2
View File
@@ -327,8 +327,6 @@
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();
</script>
</body>
</html>