فهرست منبع

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

Added meta to force IE using the edge rendering engine
Enrico Berti 12 سال پیش
والد
کامیت
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">