need to load tutorial-iframe with same protocol as EGroupware, otherwise iframe get blocked because of mixed content

This commit is contained in:
Ralf Becker 2015-01-13 13:54:38 +00:00
parent 31c7420861
commit b816de9dbf

View File

@ -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');