resurrect order button
This commit is contained in:
parent
a1cb1fe479
commit
bb8231fef5
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ pandora.ui.toolbar = function() {
|
||||||
: pandora.user.ui._list.substr(pandora.user.ui._list.indexOf(':') + 1);
|
: pandora.user.ui._list.substr(pandora.user.ui._list.indexOf(':') + 1);
|
||||||
}
|
}
|
||||||
function getListTitleLeft() {
|
function getListTitleLeft() {
|
||||||
return 300 - (
|
return 320 - (
|
||||||
['map', 'calendar'].indexOf(pandora.user.ui.listView) > -1 ? 148 : 0
|
['map', 'calendar'].indexOf(pandora.user.ui.listView) > -1 ? 148 : 0
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue