mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 09:06:14 -04:00
Fixes
- Grid - Transitions .switcher - theme-switcher.js - Hide examples
This commit is contained in:
parent
73237bdcd4
commit
c3f9d8d8c8
9 changed files with 18 additions and 26 deletions
|
@ -66,7 +66,6 @@
|
|||
|
||||
// Click Listener on Switcher
|
||||
var switchers = document.querySelectorAll(switcher.selector);
|
||||
console.log(switchers);
|
||||
for (var i = 0; i < switchers.length; i++) {
|
||||
switchers[i].addEventListener('click', function(event) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue