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']: