From fe72df1e5efc16cd354d3995e085fd8b3d838281 Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar Date: Thu, 3 Dec 2020 14:01:11 +0500 Subject: [PATCH] PROD-2213 --- lms/static/js/instructor_dashboard/ecommerce.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/js/instructor_dashboard/ecommerce.js b/lms/static/js/instructor_dashboard/ecommerce.js index 8e8f7b32a0..a60ec08c12 100644 --- a/lms/static/js/instructor_dashboard/ecommerce.js +++ b/lms/static/js/instructor_dashboard/ecommerce.js @@ -157,7 +157,7 @@ var edx = edx || {}; // remove the first element after the registration_code_status_form // so it doesn't duplicate the registration_code_lookup_actions in the UI. $registration_code_status_form.next().remove(); - $(registration_code_lookup_actions).insertAfter($registration_code_status_form); + edx.HtmlUtils.append($registration_code_status_form, $(registration_code_lookup_actions)); } }, error: function(jqXHR, textStatus, errorThrown) {