Skip to content

Commit

Permalink
add drawerOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
chucklorenz authored Feb 2, 2018
1 parent 86b2ea2 commit a72ac9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/adapt-aboutUs.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ define(function(require) {
var drawerObject = {
title: courseAboutUs.title,
description: courseAboutUs.description,
className: 'aboutus-drawer'
className: 'aboutus-drawer',
drawerOrder: courseAboutUs._drawerOrder || 0
};
Adapt.drawer.addItem(drawerObject, 'aboutUs:showAboutUs');
setupAboutUs(courseAboutUs, courseAboutUs._aboutUsItems, courseAboutUs._socialLinks);
Expand All @@ -43,4 +44,4 @@ define(function(require) {

});

});
});

0 comments on commit a72ac9f

Please sign in to comment.