From 4dac14183cdbf3c9c906c0e4ce7ec9fe5eb0ffab Mon Sep 17 00:00:00 2001 From: kohleman <kohleman> Date: Thu, 24 Jan 2013 09:45:41 +0000 Subject: [PATCH] Force IE to use Chrome Frame, if it is installed (--> Novartis) SVN: 28178 --- .../java/ch/systemsx/cisd/openbis/client/web/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_standard_technologies/source/java/ch/systemsx/cisd/openbis/client/web/public/index.html b/openbis_standard_technologies/source/java/ch/systemsx/cisd/openbis/client/web/public/index.html index e788f703925..d7807d15e73 100644 --- a/openbis_standard_technologies/source/java/ch/systemsx/cisd/openbis/client/web/public/index.html +++ b/openbis_standard_technologies/source/java/ch/systemsx/cisd/openbis/client/web/public/index.html @@ -5,7 +5,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- force IE to go to document mode IE8 standards (and avoid the dreadful quirks-mode) --> -<meta http-equiv="X-UA-Compatible" content="IE=edge" > +<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" > <link rel="shortcut icon" href="images/favicon.ico" /> <link rel="icon" type="image/png" href="images/favicon.png" /> -- GitLab