forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
4f5bb21a21
commit
258d2a472f
1 changed files with 1 additions and 1 deletions
|
@ -717,7 +717,7 @@ pandora.ui.infoView = function(data) {
|
|||
left: ui.showIconBrowser ? 0 : -listWidth + 'px'
|
||||
}, 250);
|
||||
$icon.options({
|
||||
tooltip: !pandora.user.ui.showIconBrowser
|
||||
tooltip: !ui.showIconBrowser
|
||||
? 'Doubleclick to edit icon'
|
||||
: 'Doubleclick to hide icons'
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue