Merge pull request #10333 from edx/christina/delete-time-reference
time.coffee no longer exists
This commit is contained in:
@@ -1223,7 +1223,7 @@ from openedx.core.lib.rooted_paths import rooted_glob
|
||||
courseware_js = (
|
||||
[
|
||||
'coffee/src/' + pth + '.js'
|
||||
for pth in ['courseware', 'histogram', 'navigation', 'time']
|
||||
for pth in ['courseware', 'histogram', 'navigation']
|
||||
] +
|
||||
['js/' + pth + '.js' for pth in ['ajax-error']] +
|
||||
sorted(rooted_glob(PROJECT_ROOT / 'static', 'coffee/src/modules/**/*.js'))
|
||||
|
||||
Reference in New Issue
Block a user