[eGroupWare-svn] r56031 - /trunk/egroupware/api/js/jsapi/egw_lang.js
[email protected] Thu, 05 May 2016 09:23:06 -0000
| Newsgroups | gmane.comp.web.egroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ralfbecker
Date: Thu May 5 11:23:06 2016
New Revision: 56031
URL: http://svn.stylite.de/viewvc/egroupware?rev=56031&view=rev
Log:
do not request translations empty or undefined app name from server
Modified:
trunk/egroupware/api/js/jsapi/egw_lang.js
Modified: trunk/egroupware/api/js/jsapi/egw_lang.js
URL: http://svn.stylite.de/viewvc/egroupware/trunk/egroupware/api/js/jsapi/egw_lang.js?rev=56031&r1=56030&r2=56031&view=diff
==============================================================================
--- trunk/egroupware/api/js/jsapi/egw_lang.js (original)
+++ trunk/egroupware/api/js/jsapi/egw_lang.js Thu May 5 11:23:06 2016
@@ -144,6 +144,7 @@
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 +
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z