mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-15 17:23:10 +00:00
Prevent tab title to "null" if the URL is a search one
This commit is contained in:
parent
5ab0f37087
commit
222126adaf
@ -161,7 +161,7 @@ function hideThemeButtonState() {
|
||||
outputElement: function() {
|
||||
return document.getElementById("search");
|
||||
},
|
||||
title: null,
|
||||
title: document.title,
|
||||
titleBeforeSearch: document.title,
|
||||
timeout: null,
|
||||
// On the search screen, so you remain on the last tab you opened.
|
||||
|
Loading…
Reference in New Issue
Block a user