diff --git a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm index 8c5279efb..812fd39ed 100644 --- a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm +++ b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm @@ -1851,10 +1851,10 @@ function getChosenType() { } function changePassType() { var passType = getChosenType(); - if (passType == '') { - passIdRow.style.display='none'; + if (passType == "") { + passIdRow.style.display="none"; } else { - passIdRow.style.display=''; + passIdRow.style.display=""; } } changePassType();