Skip to content

Commit 02fbfea

Browse files
gspencergoogjcollins-g
authored andcommitted
Change the placeholder string for search to 'Search API Docs' (#1813)
* Change the placeholder string for search to 'Search API Docs' * Update docs
1 parent 2220ded commit 02fbfea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/resources/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function initSearch(name) {
121121
}
122122

123123
$('#' + name).prop('disabled', false);
124-
$('#' + name).prop('placeholder', 'Search');
124+
$('#' + name).prop('placeholder', 'Search API Docs');
125125
$(document).keypress(function(event) {
126126
if (event.which == 47 /* / */) {
127127
event.preventDefault();

testing/test_package_docs/static-assets/script.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testing/test_package_docs_dev/static-assets/script.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)