mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-28 23:53:55 +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() {
|
outputElement: function() {
|
||||||
return document.getElementById("search");
|
return document.getElementById("search");
|
||||||
},
|
},
|
||||||
title: null,
|
title: document.title,
|
||||||
titleBeforeSearch: document.title,
|
titleBeforeSearch: document.title,
|
||||||
timeout: null,
|
timeout: null,
|
||||||
// On the search screen, so you remain on the last tab you opened.
|
// On the search screen, so you remain on the last tab you opened.
|
||||||
|
Loading…
Reference in New Issue
Block a user