forked from extern/egroupware
fix some points in top-menu and probably some other stuff using et2_call were not working
This commit is contained in:
parent
6ae1195c38
commit
7e4ccc8311
@ -478,5 +478,5 @@ var exports = {};
|
||||
*/
|
||||
function et2_call(_func)
|
||||
{
|
||||
return egw.applyFunc(_func, [].slice.call(arguments, 1), this);
|
||||
return egw.applyFunc(_func, [].slice.call(arguments, 1));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user