This commit is contained in:
BobIsMyManager 2022-07-15 13:42:57 +01:00
parent 3adfe6b59e
commit 708ba97ab8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ const search = document.getElementById('search_page');
function changeFrontendsSettings() {
for (let i = 0; i < frontends.length; i++) {
const frontendDiv = document.getElementById(frontends[i])
if (frontends[i] == frontends.value) {
if (frontends[i] == frontend.value) {
frontendDiv.style.display = 'block'
} else {
frontendDiv.style.display = 'none'