fix some points in top-menu and probably some other stuff using et2_call were not working

This commit is contained in:
Ralf Becker 2021-03-03 19:13:22 +02:00
parent 6ae1195c38
commit 7e4ccc8311

View File

@ -478,5 +478,5 @@ var exports = {};
*/ */
function et2_call(_func) function et2_call(_func)
{ {
return egw.applyFunc(_func, [].slice.call(arguments, 1), this); return egw.applyFunc(_func, [].slice.call(arguments, 1));
} }