Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3126 from ilios/auto-update-dependencies
Browse files Browse the repository at this point in the history
Update Transitive Dependencies
  • Loading branch information
zorgbort authored Oct 25, 2022
2 parents fab3ed7 + cee2e64 commit c15690f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,31 +49,31 @@ const definition = {
headers: {
scope: 'thead',
sessionTitle: {
scope: 'th:nth-of-type(3)',
scope: 'th:nth-of-type(2)',
isSortedAscending: hasClass('fa-arrow-down-a-z', 'svg'),
isSortedDescending: hasClass('fa-arrow-down-z-a', 'svg'),
isSortedOn: notHasClass('fa-sort', 'svg'),
click: clickable('button'),
},
courseTitle: {
scope: 'th:nth-of-type(4)',
scope: 'th:nth-of-type(3)',
isSortedAscending: hasClass('fa-arrow-down-a-z', 'svg'),
isSortedDescending: hasClass('fa-arrow-down-z-a', 'svg'),
isSortedOn: notHasClass('fa-sort', 'svg'),
click: clickable('button'),
},
title: {
scope: 'th:nth-of-type(2)',
scope: 'th:nth-of-type(1)',
isSortedAscending: hasClass('fa-arrow-down-a-z', 'svg'),
isSortedDescending: hasClass('fa-arrow-down-z-a', 'svg'),
isSortedOn: notHasClass('fa-sort', 'svg'),
click: clickable('button'),
},
instructor: {
scope: 'th:nth-of-type(5)',
scope: 'th:nth-of-type(4)',
},
firstOfferingDate: {
scope: 'th:nth-of-type(6)',
scope: 'th:nth-of-type(5)',
isSortedAscending: hasClass('fa-arrow-down-1-9', 'svg'),
isSortedDescending: hasClass('fa-arrow-down-9-1', 'svg'),
isSortedOn: notHasClass('fa-sort', 'svg'),
Expand Down
2 changes: 1 addition & 1 deletion addon/components/dashboard/materials.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<table>
<thead>
<tr>
<th></th>
<td></td>
<SortableTh
@colspan={{6}}
@sortedAscending={{this.sortedAscending}}
Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c15690f

Please sign in to comment.