-
-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
First off - thanks for making this and I hope I can get this working!
I'm implementing this on a Magento 2 store and I'm including it near the footer. However, I'm seeing the following error in console log:
(index):4595 Uncaught ReferenceError: Darkmode is not defined at addDarkmodeWidget ((index):4595)
I'm using the simple js include method here:
<html>
<body>
<!--StartFragment-->
<script src="https://cdn.jsdelivr.net/npm/darkmode-js@1.5.7/lib/darkmode-js.min.js"></script>
--
| <script>
| function addDarkmodeWidget() {
| new Darkmode().showWidget();
| }
| window.addEventListener('load', addDarkmodeWidget);
| </script>
<!--EndFragment-->
</body>
</html>
Any ideas?
ivanaugustobd
Metadata
Metadata
Assignees
Labels
No labels