Rollup merge of #26401 - jooert:fix26360, r=steveklabnik
Fixes #26360. r? @steveklabnik
This commit is contained in:
commit
da55e244a6
@ -571,6 +571,9 @@
|
||||
return;
|
||||
}
|
||||
|
||||
// Update document title to maintain a meaningful browser history
|
||||
$(document).prop("title", "Results for " + query.query + " - Rust");
|
||||
|
||||
// Because searching is incremental by character, only the most
|
||||
// recent search query is added to the browser history.
|
||||
if (browserSupportsHistoryApi()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user