From 2ec7c17a45a47d9d14de1b498dbec152547185af Mon Sep 17 00:00:00 2001 From: Andy Armstrong Date: Thu, 11 Feb 2016 13:52:50 -0500 Subject: [PATCH] Fix bug with loading AFontGarde The code isn't ready to start using AFontGarde from the Pattern Library yet, so I've reverted the code back to loading the copies from the vendor library. --- lms/envs/common.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 77cc19ea38..295c6c64b3 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1236,9 +1236,9 @@ main_vendor_js = base_vendor_js + [ 'js/vendor/jquery-ui.min.js', 'js/vendor/jquery.qtip.min.js', 'js/vendor/jquery.ba-bbq.min.js', - 'pattern-library/js/modernizr.custom.js', - 'pattern-library/js/afontgarde.js', - 'pattern-library/js/edx-icons.js' + 'js/vendor/afontgarde/modernizr.fontface-generatedcontent.js', + 'js/vendor/afontgarde/afontgarde.js', + 'js/vendor/afontgarde/edx-icons.js' ] # Common files used by both RequireJS code and non-RequireJS code