Skip to content

Commit 25dad78

Browse files
authored
Merge pull request #23 from q-verse/develop
EDE-510 release-2020-05-18.1
2 parents adc67e0 + 540eaff commit 25dad78

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

lms/static/lms/js/build.js

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
'js/header_factory',
3535
'js/student_account/logistration_factory',
3636
'js/student_account/views/account_settings_factory',
37-
'st-lutherx/js/student_account/views/edly_account_settings_factory',
3837
'js/student_account/views/finish_auth_factory',
3938
'js/views/message_banner',
4039
'learner_profile/js/learner_profile_factory',

webpack.common.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ module.exports = Merge.smart({
9191
PasswordResetConfirmation: './lms/static/js/student_account/components/PasswordResetConfirmation.jsx',
9292
StudentAccountDeletion: './lms/static/js/student_account/components/StudentAccountDeletion.jsx',
9393
StudentAccountDeletionInitializer: './lms/static/js/student_account/StudentAccountDeletionInitializer.js',
94-
EdlyStudentAccountDeletionInitializer: './themes/st-lutherx/lms/static/js/student_account/StudentAccountDeletionInitializer.js',
9594
ProblemBrowser: './lms/djangoapps/instructor/static/instructor/ProblemBrowser/index.jsx',
9695

9796
// Learner Dashboard
@@ -428,4 +427,3 @@ module.exports = Merge.smart({
428427

429428
}
430429
}, {web: xmoduleJS}, workerConfig());
431-

0 commit comments

Comments
 (0)