fixed tag selectability after search

This commit is contained in:
psychobunny
2014-10-03 17:54:18 -04:00
parent 16a4824017
commit 06db3c1c3d

View File

@@ -23,6 +23,8 @@ define('forum/admin/manage/tags', ['forum/infinitescroll', 'admin/selectable'],
$('.tag-list').html(html);
utils.makeNumbersHumanReadable(html.find('.human-readable-number'));
timeoutId = 0;
selectable.enable('.tag-management', '.tag-row');
});
});
}, 100);