more phone optimization

This commit is contained in:
Pim Snel 2023-10-09 23:30:23 +02:00
parent 32fb39bf99
commit 305169eb42
2 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,7 @@
<thead>
<tr>
<th>Title</th>
<th>Description</th>
<th class="phonehide">Description</th>
<th class="phonehide">Type</th>
</tr>
</thead>

View File

@ -67,6 +67,7 @@ var updateOptionsTable = function(options) {
var descriptionColumn = document.createElement('td');
descriptionColumn.innerHTML = option.description;
descriptionColumn.classList.add("phonehide");
var typeColumn = document.createElement('td');
typeColumn.innerHTML = option.type;