mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
do not request translations empty or undefined app name from server
This commit is contained in:
parent
5353072052
commit
22b785c5a6
@ -144,6 +144,7 @@ egw.extend('lang', egw.MODULE_GLOBAL, function()
|
|||||||
var apps = [];
|
var apps = [];
|
||||||
for (var i = 0; i < _apps.length; i++)
|
for (var i = 0; i < _apps.length; i++)
|
||||||
{
|
{
|
||||||
|
if (!_apps[i].app) continue;
|
||||||
if (typeof lang_arr[_apps[i].app] === "undefined")
|
if (typeof lang_arr[_apps[i].app] === "undefined")
|
||||||
{
|
{
|
||||||
jss.push(this.webserverUrl +
|
jss.push(this.webserverUrl +
|
||||||
|
Loading…
Reference in New Issue
Block a user