We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5c355 commit 760a233Copy full SHA for 760a233
docs/src/templates/index.html
@@ -245,7 +245,7 @@ <h4>{{ key }}</h4>
245
<div class="dropdown search"
246
ng-class="{open: focused && bestMatch.rank > 0 && bestMatch.page != currentPage}">
247
<input type="text" ng-model="search" placeholder="search the docs"
248
- tabindex="1" accesskey="s" class="input-medium search-query" focused="focused">
+ tabindex="1" accesskey="s" class="input-medium search-query" />
249
<ul class="dropdown-menu">
250
<li>
251
<a href="{{bestMatch.page.url}}">{{bestMatch.page.shortName}}</a>
0 commit comments