diff --git a/src/controllers/dashboard/plugins/available/index.html b/src/controllers/dashboard/plugins/available/index.html index b659b9ec97..68567db744 100644 --- a/src/controllers/dashboard/plugins/available/index.html +++ b/src/controllers/dashboard/plugins/available/index.html @@ -2,8 +2,7 @@
- - +
${MessageNoAvailablePlugins}
diff --git a/src/controllers/dashboard/plugins/available/index.js b/src/controllers/dashboard/plugins/available/index.js index bb63fcf6ef..095bbb8659 100644 --- a/src/controllers/dashboard/plugins/available/index.js +++ b/src/controllers/dashboard/plugins/available/index.js @@ -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