1
0
Fork 0
forked from 0x2620/oxjs

AnnotationPanel: allow sorting by creation time

fixes #2865
This commit is contained in:
Will Thompson 2015-12-14 12:16:13 +00:00
commit b0853447d1
2 changed files with 4 additions and 2 deletions

View file

@ -462,7 +462,8 @@ Ox.AnnotationPanel = function(options, self) {
{group: 'sort', min: 1, max: 1, items: [
{id: 'position', title: Ox._('By Position'), checked: self.options.sort == 'position'},
{id: 'duration', title: Ox._('By Duration'), checked: self.options.sort == 'duration'},
{id: 'text', title: Ox._('By Text'), checked: self.options.sort == 'text'}
{id: 'text', title: Ox._('By Text'), checked: self.options.sort == 'text'},
{id: 'created', title: Ox._('By Creation Time'), checked: self.options.sort == 'created'}
]}
],
self.languages.length > 1 ? [