6 lines
180 B
Plaintext
6 lines
180 B
Plaintext
document.addEventListener('DOMContentLoaded', function() {
|
|
Array.from(document.querySelectorAll('form')).forEach(function(form) {
|
|
window.utils.setup('form', form);
|
|
});
|
|
});
|