diff options
| author | Matias Niemelä | 2013-07-14 20:41:51 -0400 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-15 14:57:47 +0100 |
| commit | d4ce8362b1fc8bf11074b2356af7959fc50128ca (patch) | |
| tree | 64e613d59bc94a396d9ddcec49026c58e43f7182 | |
| parent | caa12dbc57764b5336be6ef4f6133dc1130b2569 (diff) | |
| download | angular.js-d4ce8362b1fc8bf11074b2356af7959fc50128ca.tar.bz2 | |
chore(ngdocs): remove autofocus for the filtering search
| -rw-r--r-- | docs/src/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index cdfb79cc..43369832 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -203,7 +203,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> |
