Skip to content

Commit

Permalink
Update docs.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech authored Oct 18, 2017
1 parent 246c454 commit f4c6970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>{{ page.title }}</h1>
<form action="#" method="get" onsubmit="return false" style="margin-top : 25px">
<div class="input-group" style="width: 100%">
<span class="search-icon fa fa-search"></span>
<input type="text" class="form-control search-input-algolia" placeholder="Search..." id="search-input-algolia" name="q" autocomplete="off">
<input type="text" class="form-control search-input-algolia" placeholder="Search..." id="searchBox" name="q" autocomplete="off">
</div>
</form>
</div>
Expand Down Expand Up @@ -139,7 +139,7 @@ <h3>
<script type="text/javascript"> docsearch({
apiKey: '1d274d1e258b11c96ef6cfc32455be56',
indexName: 'keymetrics',
inputSelector: 'search-input-algolia',
inputSelector: '#searchBox',
debug: false // Set debug to true if you want to inspect the dropdown
});
</script>
Expand Down

0 comments on commit f4c6970

Please sign in to comment.