mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fixed en url
This commit is contained in:
parent
e102f09861
commit
7bb1b34db8
@ -24,7 +24,7 @@ egw_LAB.wait(function() {
|
|||||||
for(var i=0; i < _data.length; ++i)
|
for(var i=0; i < _data.length; ++i)
|
||||||
{
|
{
|
||||||
var data = _data[i];
|
var data = _data[i];
|
||||||
var url = data.lang ? data.lang[$j('meta[name="language"]').attr('content')] : null || data.url;
|
var url = (data.lang ? data.lang[$j('meta[name="language"]').attr('content')] : null) || data.url;
|
||||||
$j(document.createElement('a')).attr({
|
$j(document.createElement('a')).attr({
|
||||||
href: url,
|
href: url,
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
@ -51,4 +51,4 @@ egw_LAB.wait(function() {
|
|||||||
//$j(window).resize(function(){window.location.href=window.location.href});
|
//$j(window).resize(function(){window.location.href=window.location.href});
|
||||||
// });
|
// });
|
||||||
//
|
//
|
||||||
//});
|
//});
|
||||||
|
Loading…
Reference in New Issue
Block a user