From 0fb7728d385cfba906c5fc26c3378891ca26cf90 Mon Sep 17 00:00:00 2001 From: Mendo6472 Date: Mon, 6 May 2024 09:33:39 -0500 Subject: [PATCH] REF:BUILD: Pass tests --- .../templates/request_creation/cex_request_form.html | 4 ---- 1 file changed, 4 deletions(-) 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();