From c35eb20e082e53bb27d714d94a3a3444a033ff4b Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 20 Jun 2012 15:06:49 -0400 Subject: [PATCH] Fix other references to jquery after update to latest version --- lms/static/coffee/files.json | 4 ++-- lms/templates/dogfood.html | 4 ++-- lms/templates/marketing.html | 4 ++-- lms/templates/quickedit.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lms/static/coffee/files.json b/lms/static/coffee/files.json index 1e5e010d73..28b843021f 100644 --- a/lms/static/coffee/files.json +++ b/lms/static/coffee/files.json @@ -1,7 +1,7 @@ { "js_files": [ - "/static/js/jquery-1.6.2.min.js", - "/static/js/jquery-ui-1.8.16.custom.min.js", + "/static/js/jquery.min.js", + "/static/js/jquery-ui.min.js", "/static/js/jquery.leanModal.js", "/static/js/flot/jquery.flot.js" ], diff --git a/lms/templates/dogfood.html b/lms/templates/dogfood.html index 301f319cf0..9a3c08b528 100644 --- a/lms/templates/dogfood.html +++ b/lms/templates/dogfood.html @@ -19,8 +19,8 @@ ## % endif - - + + % if settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: diff --git a/lms/templates/marketing.html b/lms/templates/marketing.html index dada0fc8c1..6d34a47839 100644 --- a/lms/templates/marketing.html +++ b/lms/templates/marketing.html @@ -15,8 +15,8 @@ <%static:css group='marketing-ie'/> - - + + diff --git a/lms/templates/quickedit.html b/lms/templates/quickedit.html index ff44108a4f..3fee3864aa 100644 --- a/lms/templates/quickedit.html +++ b/lms/templates/quickedit.html @@ -19,8 +19,8 @@ ## % endif - - + + % if settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: