Revert "autofocus first term of autocomplete for convenience"

This reverts commit 62a3391c04.
This commit is contained in:
Toks
2013-06-20 22:44:42 -04:00
parent 317dee767d
commit 32992f21fb
4 changed files with 0 additions and 4 deletions

View File

@@ -14,7 +14,6 @@
Danbooru.Artist.initialize_auto_complete = function() {
$("#quick_search_name").autocomplete({
minLength: 1,
autoFocus: true,
source: function(req, resp) {
$.ajax({
url: "/artists.json",

View File

@@ -16,7 +16,6 @@
$("#c-pool-elements #a-new input[type=text]").autocomplete({
minLength: 1,
autoFocus: true,
source: function(req, resp) {
$.ajax({
url: "/pools.json",

View File

@@ -39,7 +39,6 @@
var $fields = $("#tags,#post_tag_string,#upload_tag_string");
$fields.autocomplete({
autoFocus: true,
focus: function() {
return false;
},

View File

@@ -11,7 +11,6 @@
if (Danbooru.meta("enable-auto-complete") === "true") {
$("#quick_search_title,#wiki_page_title").autocomplete({
minLength: 1,
autoFocus: true,
source: function(req, resp) {
$.ajax({
url: "/wiki_pages.json",