Skip to content

Commit f4d3188

Browse files
committed
---
yaml --- r: 81277 b: refs/heads/snap-stage3 c: cc17915 h: refs/heads/master i: 81275: cbf4531 v: v3
1 parent 5c1a85a commit f4d3188

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 4c6bf4872012c010f84dc7fa2cdfe87522533f89
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 863555f4fd9d8b0bd838420f69e4c2d84ac1dff9
4+
refs/heads/snap-stage3: cc1791584f24f5cc734f2fe0a8d3937a72193076
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librustdoc/html/static/main.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@
224224
}, 20);
225225
});
226226

227-
$(document).off('keyup.searchnav');
228-
$(document).on('keyup.searchnav', function (e) {
227+
$(document).off('keypress.searchnav');
228+
$(document).on('keypress.searchnav', function (e) {
229229
var $active = $results.filter('.highlighted');
230230

231231
if (e.keyCode === 38) { // up
@@ -321,8 +321,8 @@
321321
output += "</p>";
322322
$('#main.content').addClass('hidden');
323323
$('#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());
326326
initSearchNav();
327327
}
328328

0 commit comments

Comments
 (0)