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.$clearButton)
|
||||||
.append(self.$moveButton);
|
.append(self.$moveButton);
|
||||||
|
|
||||||
that.$element = Ox.SplitPanel({
|
that.setElement(Ox.SplitPanel({
|
||||||
elements: [
|
elements: [
|
||||||
{
|
{
|
||||||
element: Ox.SplitPanel({
|
element: Ox.SplitPanel({
|
||||||
|
@ -418,7 +418,8 @@ pandora.ui.filesView = function(options, self) {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
orientation: 'horizontal'
|
orientation: 'horizontal'
|
||||||
});
|
})
|
||||||
|
);
|
||||||
|
|
||||||
function deleteItem(data) {
|
function deleteItem(data) {
|
||||||
pandora.api.get({
|
pandora.api.get({
|
||||||
|
|
Loading…
Reference in a new issue