diff --git a/lms/envs/common.py b/lms/envs/common.py index b07baaec2c..19be4b0357 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -326,7 +326,12 @@ PIPELINE_JS = { pth.replace(PROJECT_ROOT / 'static/', '') for pth in glob2.glob(PROJECT_ROOT / 'static/coffee/src/**/*.coffee')\ if pth not in courseware_only_js - ] + ['js/form.ext.js'], + ] + [ + 'js/form.ext.js', + 'js/my_courses_dropdown.js', + 'js/toggle_login_modal.js', + 'js/sticky_filter.js', + ], 'output_filename': 'js/application.js' }, 'courseware': { diff --git a/lms/templates/main.html b/lms/templates/main.html index 5f76770032..15639a1c28 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -34,9 +34,5 @@ <%block name="js_extra"/> - - - -