Add another all-over-the-LMS JS file

This commit is contained in:
Matt Hughes
2018-11-26 14:17:09 -05:00
committed by Dave St.Germain
parent 6430dc42a6
commit 5902a59a0f

View File

@@ -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'
]
)