mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Sort project history by default.
This commit is contained in:
parent
6a61989eb4
commit
6185f20ec9
@ -398,6 +398,7 @@ Definition of the FRESHResume class.
|
||||
sortSection( 'employment.history' );
|
||||
sortSection( 'education.history' );
|
||||
sortSection( 'service.history' );
|
||||
sortSection( 'projects.history' );
|
||||
|
||||
// this.awards && this.awards.sort( function(a, b) {
|
||||
// return( a.safeDate.isBefore(b.safeDate) ) ? 1
|
||||
|
Loading…
Reference in New Issue
Block a user