fix documents panel

This commit is contained in:
rolux 2015-02-15 09:53:16 +00:00
parent 5c3cbc0f6d
commit bea4eb7335

View file

@ -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({