Add straggler JS files to RequireJS overrides.
This commit is contained in:
@@ -1639,7 +1639,11 @@ REQUIRE_JS_PATH_OVERRIDES = {
|
||||
'moment': 'js/vendor/moment.min.js',
|
||||
'jquery.url': 'js/vendor/url.min.js',
|
||||
'js/courseware/course_home_events': 'js/courseware/course_home_events.js',
|
||||
'js/courseware/toggle_element_visibility': 'js/courseware/toggle_element_visibility.js'
|
||||
'js/courseware/toggle_element_visibility': 'js/courseware/toggle_element_visibility.js',
|
||||
'js/student_account/logistration_factory': 'js/student_account/logistration_factory.js',
|
||||
'js/student_profile/views/learner_profile_factory': 'js/student_profile/views/learner_profile_factory.js',
|
||||
'js/bookmarks/bookmarks_factory': 'js/bookmarks/bookmarks_factory.js'
|
||||
'js/groups/views/cohorts_dashboard_factory': 'js/groups/views/cohorts_dashboard_factory.js'
|
||||
}
|
||||
################################# CELERY ######################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user