fix peers panel
This commit is contained in:
parent
ad69826c01
commit
526678096d
1 changed files with 5 additions and 5 deletions
|
@ -51,6 +51,10 @@ oml.ui.peersPanel = function() {
|
|||
overflowX: 'hidden'
|
||||
}),
|
||||
|
||||
$lists = [
|
||||
renderSectionList({id: 'invitations'}).appendTo($users)
|
||||
],
|
||||
|
||||
$folders = folders.map(function(folder) {
|
||||
return Ox.CollapsePanel({
|
||||
collapsed: false,
|
||||
|
@ -60,10 +64,6 @@ oml.ui.peersPanel = function() {
|
|||
.appendTo($users);
|
||||
}),
|
||||
|
||||
$lists = [
|
||||
renderSectionList({id: 'invitations'}).appendTo($users)
|
||||
],
|
||||
|
||||
$user = Ox.Element(),
|
||||
|
||||
that = Ox.SplitPanel({
|
||||
|
@ -201,7 +201,7 @@ oml.ui.peersPanel = function() {
|
|||
readonly: true,
|
||||
label: Ox._('Download Link'),
|
||||
labelWidth: 128,
|
||||
value: 'http://openmedialibrary.com/#download',
|
||||
value: 'https://openmedialibrary.com/#download',
|
||||
width: 480
|
||||
})
|
||||
.css({
|
||||
|
|
Loading…
Reference in a new issue