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'
|
left: ui.showIconBrowser ? 0 : -listWidth + 'px'
|
||||||
}, 250);
|
}, 250);
|
||||||
$icon.options({
|
$icon.options({
|
||||||
tooltip: !pandora.user.ui.showIconBrowser
|
tooltip: !ui.showIconBrowser
|
||||||
? 'Doubleclick to edit icon'
|
? 'Doubleclick to edit icon'
|
||||||
: 'Doubleclick to hide icons'
|
: 'Doubleclick to hide icons'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue