mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Improved tag list appearance; added more info
This commit is contained in:
@ -72,7 +72,7 @@ App.Presenters.TagListPresenter = function(
|
||||
}
|
||||
|
||||
function renderTags(tags, clear) {
|
||||
var $target = $el.find('.tags');
|
||||
var $target = $el.find('tbody');
|
||||
|
||||
if (clear) {
|
||||
$target.empty();
|
||||
|
Reference in New Issue
Block a user