xaver
2011-09-13 81c31c6167ee7f1d6c4d2007dd8fb7f185210747
autocomplte fix and empty is still where
1 files modified
2 ■■■ changed files
interface/web/themes/default_combobox/templates/main.tpl.htm 2 ●●● patch | view | raw | blame | history
interface/web/themes/default_combobox/templates/main.tpl.htm
@@ -97,7 +97,7 @@
                            var matcher = new RegExp( $.ui.autocomplete.escapeRegex(request.term), "i" );
                            response( select.children( "option" ).map(function() {
                                var text = $( this ).text();
                                //if ( this.value && ( !request.term || matcher.test(text) ) )
                                if (( !request.term || matcher.test(text) ) )
                                    return {
                                        label: text.replace(
                                            new RegExp(