From cec82e050689a40cb51ce79b4f9fb73403200c3a Mon Sep 17 00:00:00 2001 From: tomgobich <=> Date: Sat, 14 Nov 2020 07:31:27 -0500 Subject: [PATCH] adding comment to match 00 --- pages/localstorage/index.html | 2 ++ 1 file changed, 2 insertions(+) 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);