Просмотр исходного кода

HUE-1584 [core] Force IE not to use Compatibility mode

Added meta to force IE using the edge rendering engine
Enrico Berti 12 лет назад
Родитель
Сommit
1ad6e3bafe
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      desktop/core/src/desktop/templates/common_header.mako

+ 1 - 0
desktop/core/src/desktop/templates/common_header.mako

@@ -46,6 +46,7 @@ from django.utils.translation import ugettext as _
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <meta name="description" content="">
   <meta name="author" content="">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 
   <link href="/static/ext/css/bootplus.css" rel="stylesheet">
   <link href="/static/ext/css/font-awesome.min.css" rel="stylesheet">