Skip to content

Commit f7b55aa

Browse files
author
s-pace
committed
using another id
1 parent 0360152 commit f7b55aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<script type="text/javascript"> docsearch({
6868
apiKey: '512b0d6c0c8578bed7662f5279c2249c',
6969
indexName: 'python-guide',
70-
inputSelector: '#q',
70+
inputSelector: "#doc_search",
7171
debug: false // Set debug to true if you want to inspect the dropdown
7272
});
7373
</script>

docs/_templates/sidebarintro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p style="margin-left:auto; margin-right: auto;"><iframe src="https://ghbtns.com/github-btn.html?user=realpython&repo=python-guide&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe></p>
8-
<input placeholder="Search the doc" autofocus id="q" />
8+
<input id="doc_search" placeholder="Search the doc" autofocus/>
99

1010
<p>
1111
This opinionated guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis.

0 commit comments

Comments
 (0)