From e14072e82980bd04b84115e10431d6093b3bde0f Mon Sep 17 00:00:00 2001 From: SDE Date: Tue, 12 Nov 2024 12:01:28 +0300 Subject: [PATCH 1/2] 1.7.15 fix registration.js 71 --- static/js/registration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/registration.js b/static/js/registration.js index d35e724..eceb9d5 100644 --- a/static/js/registration.js +++ b/static/js/registration.js @@ -68,7 +68,7 @@ function SendRegistrationForm(el, user_id){ }, error: function (data, exception){ - document.querySelector(".register").innerHTML = data.responseJSON.html + document.querySelector(".register").innerHTML = data.responseText } }); } From cfb7acfddb7d4dd1082612c4a7db6fa2268eb3f6 Mon Sep 17 00:00:00 2001 From: SDE Date: Tue, 12 Nov 2024 12:15:52 +0300 Subject: [PATCH 2/2] 1.7.15 fix user_profile.js 1312 --- static/js/user_profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 749c3d4..ee5381f 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -1308,7 +1308,7 @@ function hideErrors(el) { error_feeedback_text.classList.add('hide') } else if(error_feeedback === footer_button && error_footer !== null ){ error_footer.classList.add('hide') - } else if(el.id === 'agreement_check'){ + } else if(el.id === 'agreement_check' && agree_error){ agree_error.classList.add('hide') } else if(el.id === 'id_arrival_DT' && error_arrival_DT !== null){ error_arrival_DT.classList.add('hide')