forked from extern/egroupware
Allow progress to handle value sent in as label
This commit is contained in:
parent
8d9c033cbf
commit
b66fa91b7c
@ -125,6 +125,10 @@ var et2_progress = et2_valueWidget.extend([et2_IDetachedDOM],
|
|||||||
{
|
{
|
||||||
this.set_value(_values["value"]);
|
this.set_value(_values["value"]);
|
||||||
}
|
}
|
||||||
|
else if (_values["label"])
|
||||||
|
{
|
||||||
|
this.set_value(_values["label"]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user