небольшие правки

This commit is contained in:
Dmitry Borisenko
2022-09-14 18:20:07 +02:00
parent 3bf24d62f3
commit 27f5647e35
2 changed files with 14 additions and 5 deletions

View File

@@ -103,7 +103,7 @@
</tr>
{#if element.show}
{#each Object.entries(element) as [key, param]}
{#if key != "type" && key != "subtype" && key != "id" && key != "widget" && key != "page" && key != "descr"}
{#if key != "type" && key != "subtype" && key != "id" && key != "widget" && key != "page" && key != "descr" && key != "show"}
<tr class="txt-sz txt-pad">
<td />
<td />