diff --git a/lms/templates/wiki/preview_inline.html b/lms/templates/wiki/preview_inline.html index 16a35f6807..69228a507e 100644 --- a/lms/templates/wiki/preview_inline.html +++ b/lms/templates/wiki/preview_inline.html @@ -2,7 +2,8 @@ {% load wiki_tags i18n %}{% load compressed %} - {% compressed_css 'course' %} + {% compressed_css 'course' %} + {% compressed_js 'main_vendor' %}
@@ -27,6 +28,9 @@ {% wiki_render article content %}
+ + {% compressed_js 'application' %} + {% compressed_js 'module-js' %}