mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
applying the context: suggested by nathan
This commit is contained in:
parent
a1d90ea237
commit
cd25f3e625
@ -375,6 +375,7 @@ egwFnct.prototype.setValue = function(_value)
|
||||
typeof window.app[parts[1]][parts[2]] == "function")
|
||||
{
|
||||
this.fnct = window.app[parts[1]][parts[2]];
|
||||
this.context = window.app[parts[1]];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user