From 996b80c853221cdac70db10a99bb8d9610623010 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 8 May 2006 14:12:48 +0000 Subject: [PATCH] fixes --- lib/WebGUI/Asset/Wobject/EventManagementSystem.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();