v1.18.x
Barış Soner Uşaklı 7 years ago
parent 3d9ca0d26d
commit 61c7aa4b19

@ -7,7 +7,7 @@ define('forum/tags', ['forum/infinitescroll'], function (infinitescroll) {
Tags.init = function () { Tags.init = function () {
app.enterRoom('tags'); app.enterRoom('tags');
$('#tag-search').focus();
$('#tag-search').on('input propertychange', function () { $('#tag-search').on('input propertychange', function () {
if (timeoutId) { if (timeoutId) {
clearTimeout(timeoutId); clearTimeout(timeoutId);

Loading…
Cancel
Save