forked from 0x2620/pandora
fix files view
This commit is contained in:
parent
8bb3652f5a
commit
297be253c9
1 changed files with 3 additions and 2 deletions
|
@ -391,7 +391,7 @@ pandora.ui.filesView = function(options, self) {
|
|||
.append(self.$clearButton)
|
||||
.append(self.$moveButton);
|
||||
|
||||
that.$element = Ox.SplitPanel({
|
||||
that.setElement(Ox.SplitPanel({
|
||||
elements: [
|
||||
{
|
||||
element: Ox.SplitPanel({
|
||||
|
@ -418,7 +418,8 @@ pandora.ui.filesView = function(options, self) {
|
|||
}
|
||||
],
|
||||
orientation: 'horizontal'
|
||||
});
|
||||
})
|
||||
);
|
||||
|
||||
function deleteItem(data) {
|
||||
pandora.api.get({
|
||||
|
|
Loading…
Reference in a new issue