diff --git a/pages/localstorage/index.html b/pages/localstorage/index.html index ee27ab9..f990af9 100644 --- a/pages/localstorage/index.html +++ b/pages/localstorage/index.html @@ -63,6 +63,8 @@ const senderIdKey = 'senderId'; const tabSenderId = getSenderId(); + /* FUNCTIONALITY CODE */ + loadMessages(); document.forms.sendMessageForm.addEventListener('submit', handleSendMessage);