mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +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 = [];
|
||||
for (var i = 0; i < _apps.length; i++)
|
||||
{
|
||||
if (!_apps[i].app) continue;
|
||||
if (typeof lang_arr[_apps[i].app] === "undefined")
|
||||
{
|
||||
jss.push(this.webserverUrl +
|
||||
|
Reference in New Issue
Block a user