display cover in identify dialog
This commit is contained in:
parent
1405ccb6ca
commit
27497f9711
2 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue