mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 17:48:56 +01:00
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();
|
var node = this.getDOMNode();
|
||||||
if (node)
|
if (node)
|
||||||
{
|
{
|
||||||
this.diabled = _value;
|
this.disabled = _value;
|
||||||
|
|
||||||
if (_value)
|
if (_value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user