From 17cd71c4960bd19c02934b3e70e3add92f132612 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 8 May 2006 22:47:14 +0000 Subject: [PATCH] another logic fix --- lib/WebGUI/Asset/Wobject/EventManagementSystem.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm index 0d71978a3..0292faf06 100644 --- a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm +++ b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm @@ -1612,6 +1612,7 @@ function changePassType() { } else { passIdChooser.size=1; passIdChooser.multiple=false; + passIdChooser.selectedIndex=0; } passIdRow.style.display=""; }