- Timestamp:
- 04/05/12 14:10:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/doc/_build/html/_static/doctools.js
r13151 r13316 3 3 * ~~~~~~~~~~~ 4 4 * 5 * Sphinx JavaScript util ities for all documentation.5 * Sphinx JavaScript utilties for all documentation. 6 6 * 7 * :copyright: Copyright 2007-201 1by the Sphinx team, see AUTHORS.7 * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. 8 8 * :license: BSD, see LICENSE for details. 9 9 * … … 186 186 }); 187 187 }, 10); 188 $('< pclass="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')); 191 191 } 192 192 }, … … 214 214 */ 215 215 hideSearchWords : function() { 216 $(' #searchbox.highlight-link').fadeOut(300);216 $('.sidebar .this-page-menu li.highlight-link').fadeOut(300); 217 217 $('span.highlighted').removeClass('highlighted'); 218 218 },
Note:
See TracChangeset
for help on using the changeset viewer.