mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
MSIE 11 minimum
This commit is contained in:
@@ -86,12 +86,12 @@ class WizStepWelcome extends WizardStep
|
||||
$sMiscOptions = $this->oWizard->GetParameter('misc_options', json_encode($aMiscOptions));
|
||||
$this->oWizard->SetParameter('misc_options', $sMiscOptions);
|
||||
|
||||
$oPage->add("<!--[if lt IE 8]><div id=\"old_ie\"></div><![endif]-->");
|
||||
$oPage->add("<!--[if lt IE 11]><div id=\"old_ie\"></div><![endif]-->");
|
||||
$oPage->add_ready_script(
|
||||
<<<EOF
|
||||
if ($('#old_ie').length > 0)
|
||||
{
|
||||
alert("Internet Explorer version 7 or older is NOT supported! (Check that IE is not running in compatibility mode)");
|
||||
alert("Internet Explorer version 10 or older is NOT supported! (Check that IE is not running in compatibility mode)");
|
||||
}
|
||||
EOF
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user