[mapguide-commits] r7893 - in trunk/MgDev/Oem/fusionMG/templates/mapguide: aqua limegold maroon preview slate turquoiseyellow

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Oct 29 21:55:41 PDT 2013


Author: jng
Date: 2013-10-29 21:55:40 -0700 (Tue, 29 Oct 2013)
New Revision: 7893

Modified:
   trunk/MgDev/Oem/fusionMG/templates/mapguide/aqua/index.html
   trunk/MgDev/Oem/fusionMG/templates/mapguide/limegold/index.html
   trunk/MgDev/Oem/fusionMG/templates/mapguide/maroon/index.html
   trunk/MgDev/Oem/fusionMG/templates/mapguide/preview/index.html
   trunk/MgDev/Oem/fusionMG/templates/mapguide/slate/index.html
   trunk/MgDev/Oem/fusionMG/templates/mapguide/turquoiseyellow/index.html
Log:
#2296: Disable IE compatibility mode on all Fusion templates

Modified: trunk/MgDev/Oem/fusionMG/templates/mapguide/aqua/index.html
===================================================================
--- trunk/MgDev/Oem/fusionMG/templates/mapguide/aqua/index.html	2013-10-11 03:50:52 UTC (rev 7892)
+++ trunk/MgDev/Oem/fusionMG/templates/mapguide/aqua/index.html	2013-10-30 04:55:40 UTC (rev 7893)
@@ -3,6 +3,7 @@
 <head>
 <title>Aqua</title>
 <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge" >
 <script type="text/javascript" src="../../../lib/fusionSF-compressed.js"></script>
 <link rel="stylesheet" href="../../../lib/jxLib/themes/delicious/jxtheme.css" type="text/css" media="screen" charset="utf-8">
 <link rel="stylesheet" href="aqua.css" type="text/css" media="screen" charset="utf-8">

Modified: trunk/MgDev/Oem/fusionMG/templates/mapguide/limegold/index.html
===================================================================
--- trunk/MgDev/Oem/fusionMG/templates/mapguide/limegold/index.html	2013-10-11 03:50:52 UTC (rev 7892)
+++ trunk/MgDev/Oem/fusionMG/templates/mapguide/limegold/index.html	2013-10-30 04:55:40 UTC (rev 7893)
@@ -3,6 +3,7 @@
 <head>
 <title>LimeGold</title>
 <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge" >
 <script type="text/javascript" src="../../../lib/fusionSF-compressed.js"></script>
 <link rel="stylesheet" href="../../../lib/jxLib/themes/delicious/jxtheme.css" type="text/css" media="screen" charset="utf-8">
 <link rel="stylesheet" href="limegold.css" type="text/css" media="screen" charset="utf-8">

Modified: trunk/MgDev/Oem/fusionMG/templates/mapguide/maroon/index.html
===================================================================
--- trunk/MgDev/Oem/fusionMG/templates/mapguide/maroon/index.html	2013-10-11 03:50:52 UTC (rev 7892)
+++ trunk/MgDev/Oem/fusionMG/templates/mapguide/maroon/index.html	2013-10-30 04:55:40 UTC (rev 7893)
@@ -3,6 +3,7 @@
 <head>
 <title>Maroon</title>
 <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge" >
 <script type="text/javascript" src="../../../lib/fusionSF-compressed.js"></script>
 <link rel="stylesheet" href="../../../lib/jxLib/themes/delicious/jxtheme.css" type="text/css" media="screen" charset="utf-8">
 <link rel="stylesheet" href="maroon.css" type="text/css" media="screen" charset="utf-8">

Modified: trunk/MgDev/Oem/fusionMG/templates/mapguide/preview/index.html
===================================================================
--- trunk/MgDev/Oem/fusionMG/templates/mapguide/preview/index.html	2013-10-11 03:50:52 UTC (rev 7892)
+++ trunk/MgDev/Oem/fusionMG/templates/mapguide/preview/index.html	2013-10-30 04:55:40 UTC (rev 7893)
@@ -4,6 +4,7 @@
 <head>
 <title>Preview</title>
 <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge" >
 <script type="text/javascript" src="../../../lib/fusionSF-compressed.js"></script>
 <link rel="stylesheet" href="../../../lib/jxLib/themes/delicious/jxtheme.css" type="text/css" media="screen" charset="utf-8">
 <link rel="stylesheet" href="preview.css" type="text/css" media="screen" charset="utf-8">

Modified: trunk/MgDev/Oem/fusionMG/templates/mapguide/slate/index.html
===================================================================
--- trunk/MgDev/Oem/fusionMG/templates/mapguide/slate/index.html	2013-10-11 03:50:52 UTC (rev 7892)
+++ trunk/MgDev/Oem/fusionMG/templates/mapguide/slate/index.html	2013-10-30 04:55:40 UTC (rev 7893)
@@ -3,6 +3,7 @@
 <head>
 <title>Slate</title>
 <meta http-equiv="Content-type" content="text/html; charset=utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge" >
 <script type="text/javascript" src="../../../lib/fusionSF-compressed.js"></script>
 <link rel="stylesheet" href="../../../lib/jxLib/themes/delicious/jxtheme.css" type="text/css" media="screen" charset="utf-8">
 <link rel="stylesheet" href="slate.css" type="text/css" media="screen" charset="utf-8">

Modified: trunk/MgDev/Oem/fusionMG/templates/mapguide/turquoiseyellow/index.html
===================================================================
--- trunk/MgDev/Oem/fusionMG/templates/mapguide/turquoiseyellow/index.html	2013-10-11 03:50:52 UTC (rev 7892)
+++ trunk/MgDev/Oem/fusionMG/templates/mapguide/turquoiseyellow/index.html	2013-10-30 04:55:40 UTC (rev 7893)
@@ -3,6 +3,7 @@
 <head>
 <title>TurquoiseYellow</title>
 <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge" >
 <script type="text/javascript" src="../../../lib/fusionSF-compressed.js"></script>
 <link rel="stylesheet" href="../../../lib/jxLib/themes/delicious/jxtheme.css" type="text/css" media="screen" charset="utf-8">
 <link rel="stylesheet" href="turquoiseyellow.css" type="text/css" media="screen" charset="utf-8">



More information about the mapguide-commits mailing list