Update sphinx/themes/basic/static/searchtools.js

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Santos Gallegos 2022-02-07 10:31:50 -05:00 committed by GitHub
parent 6605bfbf7c
commit a45e4d4482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,7 +209,7 @@ const Search = {
Search.output = out.appendChild(searchList); Search.output = out.appendChild(searchList);
const searchProgress = document.getElementById("search-progress"); const searchProgress = document.getElementById("search-progress");
// Not all themes may have this element. // Some themes don't use the search progress node
if (searchProgress) { if (searchProgress) {
searchProgress.innerText = _("Preparing search..."); searchProgress.innerText = _("Preparing search...");
} }