Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-2261

layout.vm refers to old version of jquery

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.1
    • Admin UI
    • None

    Description

      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>

      Attachments

        Activity

          People

            Unassigned Unassigned
            epugh Eric Pugh
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: