about summary refs log tree commit diff
path: root/app/views/layouts/application.html.haml
diff options
context:
space:
mode:
authorOtakan <otakan951@gmail.com>2018-01-02 21:38:12 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-01-02 13:38:12 +0100
commitce854ed506fd5b44f0c842e02ba07adb1c83f8ba (patch)
tree648ac34d70a4116523eee171c29c66da12c626ed /app/views/layouts/application.html.haml
parent21b9da6418dabdefbe9628b83ebf3fe18fbf02d7 (diff)
delete X-UA-Compatible (#6068)
* delete X-UA-Compatible

* undo

* restore
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rwxr-xr-xapp/views/layouts/application.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index c0e01da30..f38c59165 100755
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -2,8 +2,7 @@
 %html{ lang: I18n.locale }
   %head
     %meta{ charset: 'utf-8' }/
-    %meta{ name: 'viewport', content: 'width=device-width, initial-scale=1' }/
-    %meta{ 'http-equiv' => 'X-UA-Compatible', content: 'IE=edge' }/
+    %meta{ name: 'viewport', content: 'width=device-width, initial-scale=1' }/   
     %link{ rel: 'icon', href: favicon_path, type: 'image/x-icon' }/
     %link{ rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' }/
     %link{ rel: 'mask-icon', href: '/mask-icon.svg', color: '#2B90D9' }/