From 385ea8382e187ca52e7075f5103e7a9aa1236660 Mon Sep 17 00:00:00 2001 From: Abdul Rehman <108480453+rehmansheikh222@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:48:22 +0500 Subject: [PATCH] fix: Remove duplicate imports of js files in instructor dashboard pages (#36289) Co-authored-by: Abdul Rehman --- .../instructor_dashboard_2/instructor_dashboard_2.html | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html b/lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html index 6fe80e7fde..27ed2d3dad 100644 --- a/lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html +++ b/lms/templates/instructor/instructor_dashboard_2/instructor_dashboard_2.html @@ -61,7 +61,6 @@ from openedx.core.djangolib.js_utils import ( <%static:webpack entry='HtmlBlockEditor'/> <%static:js group='instructor_dash'/> - <%static:js group='application'/> ## Backbone classes declared explicitly until RequireJS is supported