Commit 13a7365b by John Eskew

Merge pull request #5509 from edx/jeskew/remove_unused_jquery

Remove unused jQuery code. - LMS-11481
parents ff7ab24b 5e3e3661
......@@ -259,11 +259,6 @@ require(["domReady!", "jquery", "jquery.form", "js/index"], function(doc, $) {
</ul>
</li>
%endfor
% if allow_course_reruns and rerun_creator_status and course_creator_status=='granted':
<script type="text/javascript">
$('.course-item').addClass('can-rerun');
</script>
% endif
</ul>
</div>
......
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