--- trunk/combo.html 2004/09/15 15:30:04 25 +++ trunk/combo.html 2004/09/24 15:44:27 29 @@ -66,14 +66,15 @@ document.myfilter = new BFilter(headlines); document.myfilter.result = function (arr) { - return ''; + return true; } // this function is called when updating innerHTML with results - document.myfilter.display = function (html) { - return ''; + document.myfilter.display = function () { + return ''; } }