always use file button title as tooltip
This commit is contained in:
parent
fdb8a2b98b
commit
69acb4a04e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ Ox.FileButton = function(options, self) {
|
|||
return $('<input>')
|
||||
.attr(
|
||||
Ox.extend({
|
||||
title: self.multiple ? 'Add Files' : 'Select File',
|
||||
title: self.options.title,
|
||||
type: 'file'
|
||||
}, self.multiple ? {
|
||||
multiple: true
|
||||
|
|
Loading…
Reference in a new issue