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

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

Loading…
Cancel
Save