aboutsummaryrefslogtreecommitdiff
path: root/src/client/react/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/react/index.js')
-rw-r--r--src/client/react/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/react/index.js b/src/client/react/index.js
index 95cf2ab..2443ced 100644
--- a/src/client/react/index.js
+++ b/src/client/react/index.js
@@ -63,4 +63,4 @@ ReactDOM.render(
// We only want to focus the input on page load. NOT on a in-javascript
// redirect. This is because that is when people usually want to start typing.
-document.querySelector('.search input').focus();
+document.querySelector('#searchInput').focus();