Update home_en.html
This commit is contained in:
+2
-2
@@ -380,6 +380,8 @@
|
|||||||
<script src="/JAVASCRIPT/darkmode-js.min.js"></script>
|
<script src="/JAVASCRIPT/darkmode-js.min.js"></script>
|
||||||
<script src="/JAVASCRIPT/1.js"></script>
|
<script src="/JAVASCRIPT/1.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
const darkmode = new Darkmode(options);
|
||||||
|
darkmode.showWidget();
|
||||||
function isMobileDevice() {return /Mobi|Android/i.test(navigator.userAgent);}
|
function isMobileDevice() {return /Mobi|Android/i.test(navigator.userAgent);}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
if (isMobileDevice()) {
|
if (isMobileDevice()) {
|
||||||
@@ -400,8 +402,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const darkmode = new Darkmode(options);
|
|
||||||
darkmode.showWidget();
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user