From 28a3f46d90f28e4669f6ac507736f1c7057fc0a5 Mon Sep 17 00:00:00 2001 From: cahrens Date: Fri, 23 Oct 2015 14:01:06 -0400 Subject: [PATCH] time.coffee no longer exists --- lms/envs/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 9b761399ac..d8ed4158a5 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -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'))