Commit 41d7d52b by Christine Lytwynec

Merge pull request #7515 from edx/clytwynec/lms-onload-beacon

Fix code comment showing in rendered page
parents f0fa88be b33edbc0
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
) if course_id and enrollment_action else "" ) if course_id and enrollment_action else ""
}</%def> }</%def>
# Performance beacon for onload times <!-- Performance beacon for onload times -->
% if settings.FEATURES.get('ENABLE_ONLOAD_BEACON', False): % if settings.FEATURES.get('ENABLE_ONLOAD_BEACON', False):
<script> <script>
(function () { (function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment