aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorMatias Niemelä2013-07-14 20:41:51 -0400
committerPete Bacon Darwin2013-07-15 14:55:12 +0100
commit760a233703f445dfa3981f685602df7423348eba (patch)
tree5d16e0cb691e23e40decce51888ebb5a9326aa90 /docs/src
parent2a5c3555829da51f55abd810a828c73b420316d3 (diff)
downloadangular.js-760a233703f445dfa3981f685602df7423348eba.tar.bz2
chore(ngdocs): remove autofocus for the filtering search
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index c21d5868..84423ee8 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -245,7 +245,7 @@
<div class="dropdown search"
ng-class="{open: focused && bestMatch.rank > 0 && bestMatch.page != currentPage}">
<input type="text" ng-model="search" placeholder="search the docs"
- tabindex="1" accesskey="s" class="input-medium search-query" focused="focused">
+ tabindex="1" accesskey="s" class="input-medium search-query" />
<ul class="dropdown-menu">
<li>
<a href="{{bestMatch.page.url}}">{{bestMatch.page.shortName}}</a>