mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/tags: fix hiding table for no results
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<div class='tag-list'>
|
<div class='tag-list'>
|
||||||
<% if (results) { %>
|
<% if (results.length) { %>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<th class='names'>
|
<th class='names'>
|
||||||
|
Reference in New Issue
Block a user