From 5902a59a0f6d4bedcaaefb7931483809c6249b78 Mon Sep 17 00:00:00 2001 From: Matt Hughes Date: Mon, 26 Nov 2018 14:17:09 -0500 Subject: [PATCH] Add another all-over-the-LMS JS file --- lms/envs/common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 97f4b08503..f85480968e 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1365,7 +1365,8 @@ proctoring_js = ( 'proctoring/js/views/proctored_exam_instructor_launch.js', ] + [ - 'proctoring/js/proctored_app.js' + 'proctoring/js/proctored_app.js', + 'proctoring/js/exam_action_handler.js' ] )