fix a bug in Ox.FileButton
This commit is contained in:
parent
826eb5548d
commit
8c67bf9462
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Ox.load('UI', function() {
|
||||
|
||||
var files = [],
|
||||
var files,
|
||||
|
||||
$menu = Ox.MainMenu({
|
||||
menus: [
|
||||
|
|
@ -140,6 +140,7 @@ Ox.load('UI', function() {
|
|||
}
|
||||
})
|
||||
),
|
||||
keys: {enter: 'upload', escape: 'cancel'},
|
||||
title: 'Files',
|
||||
width: 288 + Ox.UI.SCROLLBAR_SIZE,
|
||||
height: 129
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue