File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
branches/snap-stage3/src/librustdoc/html/static Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 4c6bf4872012c010f84dc7fa2cdfe87522533f89
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 863555f4fd9d8b0bd838420f69e4c2d84ac1dff9
4
+ refs/heads/snap-stage3: cc1791584f24f5cc734f2fe0a8d3937a72193076
5
5
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change 224
224
} , 20 ) ;
225
225
} ) ;
226
226
227
- $ ( document ) . off ( 'keyup .searchnav' ) ;
228
- $ ( document ) . on ( 'keyup .searchnav' , function ( e ) {
227
+ $ ( document ) . off ( 'keypress .searchnav' ) ;
228
+ $ ( document ) . on ( 'keypress .searchnav' , function ( e ) {
229
229
var $active = $results . filter ( '.highlighted' ) ;
230
230
231
231
if ( e . keyCode === 38 ) { // up
321
321
output += "</p>" ;
322
322
$ ( '#main.content' ) . addClass ( 'hidden' ) ;
323
323
$ ( '#search.content' ) . removeClass ( 'hidden' ) . html ( output ) ;
324
- $ ( '. search-results .desc' ) . width ( $ ( '.content ' ) . width ( ) - 40 -
325
- $ ( '.content td:first-child' ) . first ( ) . width ( ) ) ;
324
+ $ ( '# search .desc' ) . width ( $ ( '#search ' ) . width ( ) - 40 -
325
+ $ ( '#search td:first-child' ) . first ( ) . width ( ) ) ;
326
326
initSearchNav ( ) ;
327
327
}
328
328
You can’t perform that action at this time.
0 commit comments