mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
fixed wrong call leading to maximum stack size exhaused error
This commit is contained in:
parent
4ed52a2b16
commit
364fbd0f66
@ -739,7 +739,7 @@ var et2_grid = et2_DOMWidget.extend([et2_IDetachedDOM, et2_IAligned],
|
|||||||
|
|
||||||
// Go over the widget & add links - this is where we decide which actions are
|
// Go over the widget & add links - this is where we decide which actions are
|
||||||
// 'allowed' for this widget at this time
|
// 'allowed' for this widget at this time
|
||||||
var action_links = this._link_actions(actions);
|
var action_links = this._get_action_links(actions);
|
||||||
|
|
||||||
// Deal with each row
|
// Deal with each row
|
||||||
for(var i = 0; i < this.rowData.length; i++)
|
for(var i = 0; i < this.rowData.length; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user