From dfd684ffd01667aaa906f9c3fa203caed229bb9e Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Wed, 1 Jun 2016 16:11:19 -0400 Subject: [PATCH] One more instance of require_module outside block js_extra --- lms/templates/courseware/course_navigation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/courseware/course_navigation.html b/lms/templates/courseware/course_navigation.html index 9b3a5afae3..de2b3f5ba5 100644 --- a/lms/templates/courseware/course_navigation.html +++ b/lms/templates/courseware/course_navigation.html @@ -106,7 +106,7 @@ include_special_exams = settings.FEATURES.get('ENABLE_SPECIAL_EXAMS', False) and "masqueradeUsername" : masquerade_user_name if masquerade_user_name is not UNDEFINED else None, } %> - <%static:require_module module_name="lms/js/preview/preview_factory" class_name="PreviewFactory"> + <%static:require_module_async module_name="lms/js/preview/preview_factory" class_name="PreviewFactory"> PreviewFactory(${preview_options | n, dump_js_escaped_json}); - + % endif