mirror of https://github.com/apache/lucene.git
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:
parent
0337755ed8
commit
544f490d7b
|
@ -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
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -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 = {};
|
||||
|
|
Loading…
Reference in New Issue