Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.9.0 #361

Merged
merged 4 commits into from
Nov 5, 2024
Merged

3.9.0 #361

merged 4 commits into from
Nov 5, 2024

Conversation

bischoffdev
Copy link
Collaborator

Various bug fixes and improvements

@bischoffdev bischoffdev merged commit 685d101 into main Nov 5, 2024
Comment on lines +142 to +148
console.log("BUTTON: " + button);
console.log("isDarkMode: " + isDarkMode);
console.log("button.textContent: " + button.textContent);
button.textContent = isDarkMode ? 'Light Mode' : 'Dark Mode';
}

console.log("The button is " + document.getElementById('dark-light-mode-switch'))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to keep the console logs?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really, will remove them in a later minor release. For now, they don't hurt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants