[r34] disable autocomplete for tagging
This commit is contained in:
parent
9b6f40e06e
commit
6ba6c29d1f
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
<a style="font-size: 2em;" onclick="toggleNav();"> Sidebar </a>
|
||||
</td>
|
||||
<td id="mini-logo">
|
||||
<a class="vis-mobile" href="//rule34.paheal.net/post/list"><img alt="logo" src="//rule34.paheal.net/themes/rule34v2/rule34_logo_christ.png" style="height: 34px;"/></a>
|
||||
<a class="vis-mobile" href="//rule34.paheal.net/post/list"><img alt="logo" src="//rule34.paheal.net/themes/rule34v2/rule34_logo_top.png" style="height: 34px;"/></a>
|
||||
</td>
|
||||
<td>
|
||||
<input name='search' size="45" type='text' placeholder='Search' autocomplete='off' class='autocomplete_tags' value="<?=$query;?>"/>
|
||||
|
|
|
@ -13,7 +13,7 @@ class CustomTagEditTheme extends TagEditTheme
|
|||
<tr>
|
||||
<th width='50px'><a href='".make_link("tag_history/{$image->id}")."'>Tags</a></th>
|
||||
<td>
|
||||
<input type='text' name='tag_edit__tags' value='$h_tags' id='tag_editor' class='autocomplete_tags' onfocus='$(\".view\").hide(); $(\".edit\").show();'>
|
||||
<input type='text' name='tag_edit__tags' value='$h_tags'>
|
||||
</td>
|
||||
</tr>
|
||||
";
|
||||
|
|
Reference in a new issue