double click on poster is gone
This commit is contained in:
parent
73cd5dbaa0
commit
082b6f31cf
1 changed files with 1 additions and 6 deletions
|
@ -59,12 +59,7 @@ pandora.ui.infoView = function(data) {
|
|||
.appendTo($info),
|
||||
|
||||
$icon = Ox.Element({
|
||||
element: '<img>',
|
||||
tooltip: canEdit ? (
|
||||
!ui.showIconBrowser
|
||||
? 'Doubleclick to edit icon'
|
||||
: 'Doubleclick to hide icons'
|
||||
) : ''
|
||||
element: '<img>'
|
||||
})
|
||||
.attr({
|
||||
src: '/' + data.id + '/' + (
|
||||
|
|
Loading…
Reference in a new issue