From f00c8d5ea90c6b31edb11649966e687a53a53de6 Mon Sep 17 00:00:00 2001 From: Abdul Rehman Date: Fri, 21 Feb 2025 16:46:36 +0500 Subject: [PATCH] fix: Remove duplicate imports of js files in instructor dashboard pages --- .../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 6fe80e7fdea0..27ed2d3dadcd 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 @@ <%static:webpack entry='HtmlBlockEditor'/> <%static:js group='instructor_dash'/> - <%static:js group='application'/> ## Backbone classes declared explicitly until RequireJS is supported