Преглед на файлове

HUE-330: Hue IE8 memory leaking

Mitigating the problem for now by opting into Google Chrome Frame
if the user has it installed.
Aditya Acharya преди 14 години
родител
ревизия
e50227e714
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      desktop/core/src/desktop/templates/index.mako

+ 3 - 1
desktop/core/src/desktop/templates/index.mako

@@ -16,7 +16,9 @@
 <!DOCTYPE html>
 <html>
 <head>
-  <meta http-equiv="X-UA-Compatible" content="IE=8" />
+## This meta tag tells IE to use IE8's rendering engine if possible
+## and Google Chrome Frame if it's installed.
+  <meta http-equiv="X-UA-Compatible" content="IE=8,chrome=1" />
   <title>Hue</title>
   <link rel="shortcut icon" href="/static/art/favicon_solid.png" type="image/x-icon" />
   <link rel="icon" href="/static/art/favicon_solid.png" type="image/x-icon" />