We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f922d commit 04c00afCopy full SHA for 04c00af
messages.html
@@ -254,8 +254,14 @@ <h4>Lowest Priority Alerts <span class="badge">1 Alert</span></h4>
254
255
// After 3 seconds, remove the show class from DIV
256
setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000);
257
+ window.location.href = /message_person.html;
258
}
- const messages = localstorage.getItem('HPA')
259
+ const messagesHPA = localstorage.getItem('HPA');
260
+ document.getElemantById('HPA') = messagesHPA;
261
+ const messagesNPA = localstorage.getItem('NPA');
262
+ document.getElemantById('HPA') = messagesNPA;
263
+ const messagesLPA = localstorage.getItem('LPA');
264
+ document.getElemantById('LPA') = messagesLPA;
265
</script>
266
</body>
267
</html>
0 commit comments