From 0e3e04fb63aad501dac9eff955af95eb74523081 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 8 May 2006 22:48:45 +0000 Subject: [PATCH] never mind; bug in firefox and ie. won't work around it. --- lib/WebGUI/Asset/Wobject/EventManagementSystem.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm index 0292faf06..0d71978a3 100644 --- a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm +++ b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm @@ -1612,7 +1612,6 @@ function changePassType() { } else { passIdChooser.size=1; passIdChooser.multiple=false; - passIdChooser.selectedIndex=0; } passIdRow.style.display=""; }