mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Fix typo
This commit is contained in:
parent
b29aafcaf3
commit
3fabd1f2cb
@ -184,11 +184,11 @@ export class et2_file extends et2_inputWidget
|
|||||||
.attr("image", "attach")
|
.attr("image", "attach")
|
||||||
.attr("noSubmit", true)
|
.attr("noSubmit", true)
|
||||||
.appendTo(this.node);
|
.appendTo(this.node);
|
||||||
if(this.option.label)
|
if(this.options.label)
|
||||||
{
|
{
|
||||||
this.span.attr('label', this.options.label || '')
|
this.span.attr('label', this.options.label || '')
|
||||||
}
|
}
|
||||||
|
|
||||||
let span = this.span;
|
let span = this.span;
|
||||||
this.input = jQuery(document.createElement("input"))
|
this.input = jQuery(document.createElement("input"))
|
||||||
.attr("type", "file").attr("placeholder", this.options.blur)
|
.attr("type", "file").attr("placeholder", this.options.blur)
|
||||||
|
Loading…
Reference in New Issue
Block a user