Skip to content

Commit

Permalink
Merge pull request #8175 from edx/will/footer-api-redux
Browse files Browse the repository at this point in the history
ECOM-1339 Branding API footer
  • Loading branch information
Will Daly committed May 28, 2015
2 parents a3b4a25 + 6af5fc1 commit 78ea4d5
Show file tree
Hide file tree
Showing 41 changed files with 1,254 additions and 487 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,13 @@ lms/static/sass/lms-main.scss
lms/static/sass/lms-main-rtl.scss
lms/static/sass/lms-course.scss
lms/static/sass/lms-course-rtl.scss
lms/static/sass/lms-footer-edx.scss
lms/static/sass/lms-footer-edx-rtl.scss
lms/static/sass/lms-footer.scss
lms/static/sass/lms-footer-rtl.scss
cms/static/css/
cms/static/sass/*.css
cms/static/sass/*.css.map



### Logging artifacts
log/
logs
Expand Down
99 changes: 0 additions & 99 deletions common/static/js/spec_helpers/rwd_header_footer.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
var _fn = {
header: 'header.global-new',

// TODO (ECOM-1339): Remove this once the V3 footer is enabled permanently
footer: '.edx-footer-new',

resultsUrl: 'course-search',
Expand All @@ -29,7 +30,7 @@
classes: function() {
// Add any RWD-specific classes
_fn.$header.addClass('rwd');
_fn.$footer.addClass('rwd');
_fn.$footer.addClass('rwd'); // TODO (ECOM-1339): remove once the V3 footer is enabled permanently
},

elements: function() {
Expand Down
Binary file modified conf/locale/eo/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 78ea4d5

Please sign in to comment.