This commit is contained in:
2021-11-30 11:53:44 +01:00
parent 331926b9c9
commit 313774a21f
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function toggleMenu(event) {
// faq reponse open
var answer = document.getElementsByClassName("panel-body");
var questions = document.getElementsByClassName(".field--name-field-question");
var questions = document.getElementsByClassName("field--name-field-question");
for (let i = 0; i < questions.length; i++) {
const question = questions[i]