diff --git a/sample.js b/sample.js index 35163a9..f82a2fc 100644 --- a/sample.js +++ b/sample.js @@ -1,5 +1,8 @@ -iocument.addEventListener("DOMContentLoaded", function() { - document.getElementById('test10').addEventListener("click", function() { + + +document.addEventListener("DOMContentLoaded", function() { + document.getElementById('test1').addEventListener("click", function() { }); +