mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 12:55:08 +02:00
do not request translations empty or undefined app name from server
This commit is contained in:
@@ -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 +
|
||||||
|
Reference in New Issue
Block a user