mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
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"]);
|
||||
}
|
||||
else if (_values["label"])
|
||||
{
|
||||
this.set_value(_values["label"]);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user