SOLR-5171: SOLR Admin gui works in IE9, breaks in IE10.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1515524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Matheis 2013-08-19 17:33:43 +00:00
parent 0337755ed8
commit 544f490d7b
2 changed files with 5 additions and 0 deletions

View File

@ -135,6 +135,9 @@ Bug Fixes
* SOLR-3936: Fixed QueryElevationComponent sorting when used with Grouping
(Michael Garski via hossman)
* SOLR-5171: SOLR Admin gui works in IE9, breaks in IE10. (Joseph L Howard via
steffkes)
Optimizations
----------------------

View File

@ -42,6 +42,8 @@ limitations under the License.
<link rel="stylesheet" type="text/css" href="css/styles/threads.css?_=${version}">
<link rel="stylesheet" type="text/css" href="css/chosen.css?_=${version}">
<meta http-equiv="x-ua-compatible" content="IE=9">
<script type="text/javascript">
var app_config = {};