This commit is contained in:
Toks
2013-07-07 22:53:59 -04:00
parent a70fce91c0
commit 7ce80a1d65

View File

@@ -218,10 +218,6 @@
Danbooru.RelatedTag.process_artist(Danbooru.RelatedTag.recent_artist); Danbooru.RelatedTag.process_artist(Danbooru.RelatedTag.recent_artist);
} }
if ($(window).scrollTop() <= $field.offset().top + $field.outerHeight()) {
$field.focus();
}
e.preventDefault(); e.preventDefault();
} }