--- trunk/combo.html 2004/09/25 22:14:22 33 +++ trunk/combo.html 2004/09/26 22:10:44 34 @@ -154,9 +154,9 @@ self.document.myfilter.clear_results = function () { var el = self.document.myfilter.element_id('sel'); combo_active = 0; - el.selectedIndex = null; - el.options.length = 0; el.style.display = 'none'; + el.options.length = 0; + el.selectedIndex = null; return true; }