Repository: guacamole-client
Updated Branches:
  refs/heads/master 6b0f31053 -> e2e166d2d


GUACAMOLE-316: Make sure IE compatibility mode does not impact Guacamole.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/8747acfc
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/8747acfc
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/8747acfc

Branch: refs/heads/master
Commit: 8747acfc7f3650750bd89c8259d556675f48dc01
Parents: 6b0f310
Author: Nick Couchman <vn...@apache.org>
Authored: Sat Feb 3 17:39:48 2018 -0500
Committer: Nick Couchman <vn...@apache.org>
Committed: Sat Feb 3 17:39:48 2018 -0500

----------------------------------------------------------------------
 guacamole/src/main/webapp/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/8747acfc/guacamole/src/main/webapp/index.html
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/index.html 
b/guacamole/src/main/webapp/index.html
index 7d747cf..376245f 100644
--- a/guacamole/src/main/webapp/index.html
+++ b/guacamole/src/main/webapp/index.html
@@ -19,7 +19,8 @@
 -->
 <html ng-app="index" ng-controller="indexController">
     <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+        <meta http-equiv="x-ua-compatible" content="IE=edge"/>
         <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, 
target-densitydpi=medium-dpi"/>
         <meta name="mobile-web-app-capable" content="yes"/>
         <meta name="apple-mobile-web-app-capable" content="yes"/>

Reply via email to