forked from extern/egroupware
need to load tutorial-iframe with same protocol as EGroupware, otherwise iframe get blocked because of mixed content
This commit is contained in:
parent
31c7420861
commit
b816de9dbf
@ -668,8 +668,8 @@ class home_ui
|
||||
if (empty($lang)) $lang = 'en';
|
||||
|
||||
$tutorial_url = $lang == 'de' ?
|
||||
'http://www.egroupware.org/de/discover/tutorials/egroupware.html' :
|
||||
'http://www.egroupware.org/discover/tutorials/egroupware.html';
|
||||
'//www.egroupware.org/de/discover/tutorials/egroupware.html' :
|
||||
'//www.egroupware.org/discover/tutorials/egroupware.html';
|
||||
|
||||
translation::add_app('calendar', $lang);
|
||||
$weekview = lang('Weekview');
|
||||
|
Loading…
Reference in New Issue
Block a user