mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Fix egw::lang() processing in string js
This commit is contained in:
parent
cf1eee2818
commit
ba2688f66d
@ -150,7 +150,7 @@ function et2_js_pseudo_funcs(_val, _cname)
|
||||
|
||||
if (_val.indexOf('egw::lang(') != -1)
|
||||
{
|
||||
_val = _val.replace('/egw::lang\(/g','egw.lang(');
|
||||
_val = _val.replace(/egw::lang\(/g,'egw.lang(');
|
||||
}
|
||||
|
||||
// ToDo: inserts the styles of a named template
|
||||
|
Loading…
Reference in New Issue
Block a user