fix peers panel

This commit is contained in:
rlx 2016-01-13 13:14:01 +05:30
parent ad69826c01
commit 526678096d
1 changed files with 5 additions and 5 deletions

View File

@ -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({