You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 1 година
1234567891011
  1. // document.addEventListener('DOMContentLoaded', e => {
  2. // htmx.logAll();
  3. // let as = document.querySelectorAll('a');
  4. // as.forEach(a => {
  5. // a.addEventListener('click', ee => {
  6. // ee.preventDefault();
  7. // })
  8. // })
  9. // })
  10. // htmx.logAll();