dont hide group
This commit is contained in:
parent
7acc562b53
commit
5aed135906
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ pandora.ui.listGeneralPanel = function(listData) {
|
||||||
return listData.status == 'private' ? 160 : 136;
|
return listData.status == 'private' ? 160 : 136;
|
||||||
}
|
}
|
||||||
function getDescriptionTop() {
|
function getDescriptionTop() {
|
||||||
return listData.status == 'private' ? 64 : 88;
|
return listData.status == 'private' ? 112 : 136;
|
||||||
}
|
}
|
||||||
function getSubscribersAction() {
|
function getSubscribersAction() {
|
||||||
return listData.status == 'private' ? 'hide' : 'show';
|
return listData.status == 'private' ? 'hide' : 'show';
|
||||||
|
|
Loading…
Reference in a new issue