GitHub user twilightgod opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/134
[ZEPPELIN-146] Force IE to use "edge" compatible mode
https://issues.apache.org/jira/browse/ZEPPELIN-146
In Microsoft internal deployment, compatible level of IE will be set to "5"
for interant sites, due to group policy set by admin.
Then, some JavaScript will be broken, and home page of Zeppelin cannot be
rendered.
We need to set X-UA-Compatible tag for IE to "edge" to force it use the
latest IE version.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/twilightgod/incubator-zeppelin master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/134.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #134
----
commit c3b01457badafa799ef4eddbcb1bf94728c7002a
Author: Rex Xiong <[email protected]>
Date: 2015-06-11T05:28:52Z
Force IE to use "edge" compatible mode
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---