fix tooltip for book covers that are not editable

This commit is contained in:
rlx 2016-02-19 21:00:08 +05:30
parent e90e6c57a4
commit 6758394594
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ oml.ui.infoView = function(externalData, isMixed) {
$image = Ox.Element({
element: '<img>',
tooltip: !externalData
tooltip: isEditable
? Ox._('Doubleclick to edit')
: ''
})