diff --git a/scripts/jotpad.js b/scripts/jotpad.js index cfb2d08b..f476d4bb 100644 --- a/scripts/jotpad.js +++ b/scripts/jotpad.js @@ -1,6 +1,6 @@ // JotPad (JavaScript) -ocument.addEventListener('DOMContentLoaded', function () { +document.addEventListener('DOMContentLoaded', function () { const noteArea = document.getElementById('noteArea') noteArea.innerHTML = localStorage.getItem('noteContent') || ''