mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Fix progress for use in gridview
This commit is contained in:
parent
0b924e9e6e
commit
fd728b7317
@ -108,7 +108,7 @@ var et2_progress = et2_valueWidget.extend(et2_IDetachedDOM,
|
|||||||
},
|
},
|
||||||
|
|
||||||
getDetachedNodes: function() {
|
getDetachedNodes: function() {
|
||||||
return [this.node[0]];
|
return [this.node];
|
||||||
},
|
},
|
||||||
|
|
||||||
setDetachedAttributes: function(_nodes, _values) {
|
setDetachedAttributes: function(_nodes, _values) {
|
||||||
|
Loading…
Reference in New Issue
Block a user