Skip to content

Instantly share code, notes, and snippets.

@hectorddmx
Last active June 12, 2019 15:39
javascript: (function () {
const demoClasses = document.querySelectorAll('.taskboard-row-summary');
demoClasses.forEach(element => {
element.classList.toggle('hidden');
});
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment