forked from 0x2620/pandora
fix documents panel
This commit is contained in:
parent
5c3cbc0f6d
commit
bea4eb7335
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ pandora.ui.documentsPanel = function(options) {
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
change: function() {
|
change: function() {
|
||||||
$input.value($input.value()[0], '');
|
$input.value([$input.value()[0], '']);
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
Ox.Input({
|
Ox.Input({
|
||||||
|
|
Loading…
Reference in a new issue