update from O'Reilly repo

This commit is contained in:
Luciano Ramalho
2021-03-22 12:24:21 -03:00
parent e1cd63aa04
commit 2f8bf06270
28 changed files with 470 additions and 125 deletions

View File

@@ -66,8 +66,6 @@
const input = document.getElementById('query');
input.addEventListener('change', updateTable);
});
</script>
</head>