Rollup merge of #26401 - jooert:fix26360, r=steveklabnik

Fixes #26360.

r? @steveklabnik
This commit is contained in:
Manish Goregaokar 2015-06-19 17:41:09 +05:30
commit da55e244a6

View File

@ -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()) {