mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 05:50:11 +02:00
closes #6885
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user