diff --git a/assets/scripts/admin/questions.js b/assets/scripts/admin/questions.js index 613daf81fe4..cb7921fbba0 100644 --- a/assets/scripts/admin/questions.js +++ b/assets/scripts/admin/questions.js @@ -378,15 +378,6 @@ function OtherSelection(QuestionType) { document.getElementById("Validation").style.display = "none"; document.getElementById("MandatorySelection").style.display = ""; } - - if (QuestionType == "H") { - // hide relevance equation input for array by column question type until it is fixed - document.getElementById("relevanceContainer").style.display = - "none"; - } else { - document.getElementById("relevanceContainer").style.display = ""; - } - } catch (e) { if (window.debugState.backend) console.ls.error(e); }