diff --git a/frontend/src/app.js b/frontend/src/app.js index 9443491..c59af56 100644 --- a/frontend/src/app.js +++ b/frontend/src/app.js @@ -1355,6 +1355,7 @@ function checkAndShowUpdateNotification(){ document.body.insertBefore(notif, document.body.firstChild); notif.querySelector('.updateBtn').addEventListener('click', () => { + localStorage.removeItem('werkbaum-update-available'); window.location.reload(); });