diff --git a/frontend/static/js/add.js b/frontend/static/js/add.js index 8e60c7c..8239a7e 100644 --- a/frontend/static/js/add.js +++ b/frontend/static/js/add.js @@ -39,6 +39,8 @@ function addReminder() { function showAdd() { if (!document.getElementById('add-entry').classList.contains('error')) { showWindow('add'); + } else { + showWindow('notification'); }; };