Ignore:
Timestamp:
04/05/12 14:10:40 (13 years ago)
Author:
lusterma
Message:
worked on doc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/doc/_build/html/_static/doctools.js

    r13151 r13316  
    33 * ~~~~~~~~~~~
    44 *
    5  * Sphinx JavaScript utilities for all documentation.
     5 * Sphinx JavaScript utilties for all documentation.
    66 *
    7  * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
     7 * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
    88 * :license: BSD, see LICENSE for details.
    99 *
     
    186186        });
    187187      }, 10);
    188       $('<p class="highlight-link"><a href="javascript:Documentation.' +
    189         'hideSearchWords()">' + _('Hide Search Matches') + '</a></p>')
    190           .appendTo($('#searchbox'));
     188      $('<li class="highlight-link"><a href="javascript:Documentation.' +
     189        'hideSearchWords()">' + _('Hide Search Matches') + '</a></li>')
     190          .appendTo($('.sidebar .this-page-menu'));
    191191    }
    192192  },
     
    214214   */
    215215  hideSearchWords : function() {
    216     $('#searchbox .highlight-link').fadeOut(300);
     216    $('.sidebar .this-page-menu li.highlight-link').fadeOut(300);
    217217    $('span.highlighted').removeClass('highlighted');
    218218  },
Note: See TracChangeset for help on using the changeset viewer.