We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba03747 + c08cfa1 commit cbed332Copy full SHA for cbed332
src/librustdoc/html/static/main.js
@@ -582,7 +582,7 @@
582
// Synchronize search bar with query string state and
583
// perform the search, but don't empty the bar if there's
584
// nothing there.
585
- if params.search !== undefined {
+ if (params.search !== undefined) {
586
$('.search-input').val(params.search);
587
}
588
// Some browsers fire 'onpopstate' for every page load (Chrome), while others fire the
0 commit comments