mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
add data-hj-allow attribute (#16003)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<div class="search-form" id="search-div">
|
||||
<form class="search-form form-inline" id="searchForm" action="/search/" method="get">
|
||||
<label for="st-search-input" class="sr-only">Search</label>
|
||||
<input class="search-field form-control ds-input" id="st-search-input" name="q" placeholder="Search the docs" type="search" autocomplete="off" spellcheck="false" dir="auto" style="position: relative; vertical-align: top;">
|
||||
<input data-hj-allow class="search-field form-control ds-input" id="st-search-input" name="q" placeholder="Search the docs" type="search" autocomplete="off" spellcheck="false" dir="auto" style="position: relative; vertical-align: top;">
|
||||
<div id="autocompleteResults"></div>
|
||||
<!-- <button type="submit" class="search-submit btn btn-default">Search</button> -->
|
||||
</form>
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
spellcheck="false"
|
||||
dir="auto"
|
||||
autofocus
|
||||
data-hj-allow
|
||||
/>
|
||||
<div id="autocompleteResults"></div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user