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),
|
.appendTo($info),
|
||||||
|
|
||||||
$icon = Ox.Element({
|
$icon = Ox.Element({
|
||||||
element: '<img>',
|
element: '<img>'
|
||||||
tooltip: canEdit ? (
|
|
||||||
!ui.showIconBrowser
|
|
||||||
? 'Doubleclick to edit icon'
|
|
||||||
: 'Doubleclick to hide icons'
|
|
||||||
) : ''
|
|
||||||
})
|
})
|
||||||
.attr({
|
.attr({
|
||||||
src: '/' + data.id + '/' + (
|
src: '/' + data.id + '/' + (
|
||||||
|
|
Loading…
Reference in a new issue