layout.vm refers to old version of jquery
-----------------------------------------
Key: SOLR-2261
URL: https://issues.apache.org/jira/browse/SOLR-2261
Project: Solr
Issue Type: Bug
Components: web gui
Reporter: Eric Pugh
Priority: Minor
Fix For: 3.1
The velocity template layout.vm that includes jquery refers to an older 1.2.3
version of jquery:
http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x/solr/example/solr/conf/velocity/layout.vm
Checked in is a new 1.4.3 version:
http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x/solr/src/webapp/web/admin/
The line that says: <script type="text/javascript"
src="#{url_for_solr}/admin/jquery-1.2.3.min.js"></script> should be changed to
<script type="text/javascript"
src="#{url_for_solr}/admin/jquery-1.4.3.min.js"></script>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]