From 5e3e366147d2916cc84011242500707c993417f2 Mon Sep 17 00:00:00 2001 From: John Eskew Date: Tue, 7 Oct 2014 14:20:28 -0400 Subject: [PATCH] Remove unused jQuery code. - LMS-11481 --- cms/templates/index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cms/templates/index.html b/cms/templates/index.html index 7a60b85fe3..056c669d98 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -259,11 +259,6 @@ require(["domReady!", "jquery", "jquery.form", "js/index"], function(doc, $) { %endfor - % if allow_course_reruns and rerun_creator_status and course_creator_status=='granted': - - % endif