--- select_or_other/select_or_other.js	2009-07-20 21:43:27.000000000 -0400
+++ select_or_other/select_or_other.js	2009-08-26 12:56:19.000000000 -0400
@@ -17,10 +17,9 @@
 
 $(document).ready(function() {
   $("input.select-or-other-other").each(function () {
-    $(this).hide(0);
     select_or_other_check_and_show($(this).parents("div.select-or-other").attr("id"), 0);
   });
-  $(".select-or-other-select").change(function () { 
+  $(".select-or-other-select").click(function () { 
     select_or_other_check_and_show($(this).parents("div.select-or-other").attr("id"), 'normal');
   });
-});
\ No newline at end of file
+});
