Skip to content

Commit a72ac9f

Browse files
authored
add drawerOrder
1 parent 86b2ea2 commit a72ac9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

js/adapt-aboutUs.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ define(function(require) {
3333
var drawerObject = {
3434
title: courseAboutUs.title,
3535
description: courseAboutUs.description,
36-
className: 'aboutus-drawer'
36+
className: 'aboutus-drawer',
37+
drawerOrder: courseAboutUs._drawerOrder || 0
3738
};
3839
Adapt.drawer.addItem(drawerObject, 'aboutUs:showAboutUs');
3940
setupAboutUs(courseAboutUs, courseAboutUs._aboutUsItems, courseAboutUs._socialLinks);
@@ -43,4 +44,4 @@ define(function(require) {
4344

4445
});
4546

46-
});
47+
});

0 commit comments

Comments
 (0)