fix: implemented PR feedback
This commit is contained in:
parent
dba3b81c81
commit
b384c5a1af
2 changed files with 2 additions and 3 deletions
|
@ -2,8 +2,7 @@
|
|||
<div>
|
||||
<div class="content-primary">
|
||||
<div class="inputContainer">
|
||||
<label class="inputLabel" for="txtSearchPlugins">${Search}</label>
|
||||
<input id="txtSearchPlugins" name="txtSearchPlugins" type="text" is="emby-input" class="emby-input">
|
||||
<input id="txtSearchPlugins" name="txtSearchPlugins" type="text" is="emby-input" label="${Search}" />
|
||||
</div>
|
||||
<div id="noPlugins" class="hide">${MessageNoAvailablePlugins}</div>
|
||||
<div id="pluginTiles" style="text-align:left;"></div>
|
||||
|
|
|
@ -105,7 +105,7 @@ function onSearchBarType(searchBar) {
|
|||
card.style.display = 'none';
|
||||
} else {
|
||||
card.style.display = 'unset';
|
||||
shown += 1;
|
||||
shown++;
|
||||
}
|
||||
}
|
||||
// hide title if no cards are shown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue