diff --git a/hiring_module/hiring_app/templates/request_creation/cex_request_form.html b/hiring_module/hiring_app/templates/request_creation/cex_request_form.html index 4e04819..ba3212c 100644 --- a/hiring_module/hiring_app/templates/request_creation/cex_request_form.html +++ b/hiring_module/hiring_app/templates/request_creation/cex_request_form.html @@ -186,10 +186,6 @@ notificationModal.hide(); } - notificationCloseBtn.addEventListener('click', function () { - hideNotification(); - }); - form.addEventListener('submit', function (event) { event.preventDefault();