fix tooltip for book covers that are not editable
This commit is contained in:
parent
e90e6c57a4
commit
6758394594
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ oml.ui.infoView = function(externalData, isMixed) {
|
||||||
|
|
||||||
$image = Ox.Element({
|
$image = Ox.Element({
|
||||||
element: '<img>',
|
element: '<img>',
|
||||||
tooltip: !externalData
|
tooltip: isEditable
|
||||||
? Ox._('Doubleclick to edit')
|
? Ox._('Doubleclick to edit')
|
||||||
: ''
|
: ''
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue