display cover in identify dialog
This commit is contained in:
parent
1405ccb6ca
commit
27497f9711
2 changed files with 2 additions and 3 deletions
|
@ -199,7 +199,7 @@ oml.ui.identifyDialog = function(data) {
|
|||
}],
|
||||
items: items,
|
||||
keys: [
|
||||
'title', 'author',
|
||||
'cover', 'title', 'author',
|
||||
'publisher', 'place', 'date',
|
||||
'series', 'edition', 'language', 'pages',
|
||||
'categories', 'isbn', 'description', 'tableofcontents'
|
||||
|
|
|
@ -10,7 +10,7 @@ oml.ui.infoView = function(externalData, isMixed) {
|
|||
|
||||
iconSize = externalData ? 256 : ui.iconSize,
|
||||
|
||||
isMultiple = arguments.length > 0,
|
||||
isMultiple = arguments.length == 2,
|
||||
|
||||
separator = '; ',
|
||||
|
||||
|
@ -765,7 +765,6 @@ oml.ui.infoView = function(externalData, isMixed) {
|
|||
} else if (!isMultiple) {
|
||||
that.updateElement(externalData, [$icon, $info]);
|
||||
} else {
|
||||
Ox.print('***ELSE***', externalData)
|
||||
that.updateElement(externalData, [$info]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue