forked from extern/egroupware
Fix typo
This commit is contained in:
parent
d20c38b3d0
commit
abf37487b8
@ -195,7 +195,7 @@ var et2_DOMWidget = et2_widget.extend(et2_IDOMNode, {
|
||||
var node = this.getDOMNode();
|
||||
if (node)
|
||||
{
|
||||
this.diabled = _value;
|
||||
this.disabled = _value;
|
||||
|
||||
if (_value)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user