Fix minimal details
This commit is contained in:
@ -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) => {
|
||||
|
Reference in New Issue
Block a user