Fix minimal details

This commit is contained in:
prototypa
2023-01-08 21:58:45 -05:00
parent 8401a3fd45
commit e9a3182b5a
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ import { SITE } from '~/config.mjs';
}
function attachEvent(selector, event, fn) {
console.log(selector);
const matches = typeof selector === 'string' ? document.querySelectorAll(selector) : selector;
if (matches && matches.length) {
matches.forEach((elem) => {