diff --git a/static/js/peersPanel.js b/static/js/peersPanel.js index 115118b..3cb3739 100644 --- a/static/js/peersPanel.js +++ b/static/js/peersPanel.js @@ -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({